mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
games/galaxyv2: Fix MD5SUM, add -j1.
This commit is contained in:
parent
083cecf113
commit
0939365e23
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
cd build/linux
|
||||
make all
|
||||
make -j1 all
|
||||
cd $TMP/${PRGNAM}_${VERSION}_src
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -2,7 +2,7 @@ PRGNAM="galaxyv2"
|
|||
VERSION="1.85"
|
||||
HOMEPAGE="http://www.galaxy-forces.com/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/galaxyv2/galaxyv2_1.85_src.zip"
|
||||
MD5SUM="db2dc720165f9c3bbbbdffbd7828d128"
|
||||
MD5SUM="87473e6ceba751c71760ecd538707070"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue