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

This commit is contained in:
Brendan Coles 2021-11-02 16:56:01 +00:00 committed by Andreas Kling
parent 0e3397aabe
commit 5537334f66
Notes: sideshowbarker 2024-07-18 01:32:41 +09:00

View File

@ -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}"