Selaa lähdekoodia

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

Brendan Coles 3 vuotta sitten
vanhempi
commit
5537334f66
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      Ports/quake/package.sh

+ 0 - 3
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}"