r1535 - scripts/trunk
Bruno Fuddl-guestquot; Fuddl"
Kleinert
fuddl-guest at costa.debian.org
Sun Sep 10 19:28:21 UTC 2006
Author: fuddl-guest
Date: 2006-09-10 19:28:21 +0000 (Sun, 10 Sep 2006)
New Revision: 1535
Modified:
scripts/trunk/nexuiz-prepare.sh
Log:
preparing for nexuiz-2.1
Modified: scripts/trunk/nexuiz-prepare.sh
===================================================================
--- scripts/trunk/nexuiz-prepare.sh 2006-09-10 15:20:44 UTC (rev 1534)
+++ scripts/trunk/nexuiz-prepare.sh 2006-09-10 19:28:21 UTC (rev 1535)
@@ -1,12 +1,12 @@
#!/bin/sh
-VERSION=2.0
-ARCHIVE=nexuiz-20.zip
-ENGINEZIP=enginesource20060614.zip
-GAMESRCZIP=gamesource20060614.zip
+VERSION=2.1
+ARCHIVE=nexuiz-21.zip
+ENGINEZIP=enginesource20060905.zip
+GAMESRCZIP=gamesource20060905.zip
if [ $# != 1 ]; then
- echo "Usage: nexuiz-prepare.sh /path/to/nexuiz-20.zip"
+ echo "Usage: nexuiz-prepare.sh /path/to/$ARCHIVE"
exit 1
fi
@@ -20,7 +20,7 @@
exit 3
fi
-if [ ! -f $1/$ARCHIVE ]; then
+if [ ! -e $1/$ARCHIVE ]; then
echo "Couldn't find $ARCHIVE in path $1"
exit 127
fi
More information about the Pkg-games-commits
mailing list