diff options
author | Emanuel Sprung <emanuel.sprung@gmail.com> | 2020-02-04 01:11:35 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-02-06 14:06:23 +0100 |
commit | f46d80ac4fc2d9c4d3da9baf5515d2af9c577596 (patch) | |
tree | 2e0ad4da9691ebb725851756ac7f670309f1c17c /Ports/quake | |
parent | 991953ab0a957484ca1333de466374952381d1b2 (diff) | |
download | serenity-f46d80ac4fc2d9c4d3da9baf5515d2af9c577596.zip |
Ports: Added checksums / signature files and other fixes
* Use ${version} instead of explicit version numbers in urls/filenames
* Move -L option to port script, as this is always good
* Fix some various other stuff
Diffstat (limited to 'Ports/quake')
-rwxr-xr-x | Ports/quake/package.sh | 5 |
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 |