From 5537334f66cae038ce8e2133347b67f284f8f14d Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Tue, 2 Nov 2021 16:56:01 +0000 Subject: [PATCH] Ports: quake: Do no set PATH environment variable in package.sh --- Ports/quake/package.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/Ports/quake/package.sh b/Ports/quake/package.sh index 6b507efe6c2..aa1535cd643 100755 --- a/Ports/quake/package.sh +++ b/Ports/quake/package.sh @@ -9,6 +9,3 @@ depends=("SDL2") launcher_name=Quake launcher_category=Games launcher_command=quake - -# FIXME: Uhh, the things in this directory are not supposed to run on the host, why add this to $PATH?! -export PATH="${SERENITY_INSTALL_ROOT}/usr/bin:${PATH}"