mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-26 20:55:35 +03:00
Ports: quake: Do no set PATH environment variable in package.sh
This commit is contained in:
parent
0e3397aabe
commit
5537334f66
Notes:
sideshowbarker
2024-07-18 01:32:41 +09:00
Author: https://github.com/bcoles Commit: https://github.com/SerenityOS/serenity/commit/5537334f66c Pull-request: https://github.com/SerenityOS/serenity/pull/10764
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user