Browse Source

Ports: quake: Do no set PATH environment variable in package.sh

Brendan Coles 3 years ago
parent
commit
5537334f66
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Ports/quake/package.sh

+ 0 - 3
Ports/quake/package.sh

@@ -9,6 +9,3 @@ depends=("SDL2")
 launcher_name=Quake
 launcher_name=Quake
 launcher_category=Games
 launcher_category=Games
 launcher_command=quake
 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}"