summaryrefslogtreecommitdiff
path: root/Ports/quake/package.sh
diff options
context:
space:
mode:
authorBrendan Coles <bcoles@gmail.com>2021-11-02 16:56:01 +0000
committerAndreas Kling <kling@serenityos.org>2021-11-02 23:04:22 +0100
commit5537334f66cae038ce8e2133347b67f284f8f14d (patch)
treed8bdb1be20e63c9e652fd4b0929d5731efb2adf8 /Ports/quake/package.sh
parent0e3397aabe56941b86b8730ec0b17cb744819ba0 (diff)
downloadserenity-5537334f66cae038ce8e2133347b67f284f8f14d.zip
Ports: quake: Do no set PATH environment variable in package.sh
Diffstat (limited to 'Ports/quake/package.sh')
-rwxr-xr-xPorts/quake/package.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/Ports/quake/package.sh b/Ports/quake/package.sh
index 6b507efe6c..aa1535cd64 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}"