summaryrefslogtreecommitdiff
path: root/Ports/quake/package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Ports/quake/package.sh')
-rwxr-xr-xPorts/quake/package.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/Ports/quake/package.sh b/Ports/quake/package.sh
index 91326e430e..e0774d4286 100755
--- a/Ports/quake/package.sh
+++ b/Ports/quake/package.sh
@@ -3,7 +3,8 @@ port=quake
version=0.65
workdir=SerenityQuake-master
useconfigure=false
-curlopts="-L"
files="https://github.com/SerenityOS/SerenityQuake/archive/master.tar.gz quake.tar.gz"
-makeopts="V=1 SYMBOLS_ON=Y"
+makeopts="V=1 SYMBOLS_ON=Y "
depends=SDL2
+
+export PATH=${SERENITY_ROOT}/Root/usr/bin:$PATH \ No newline at end of file