r5154 - packages/trunk/warsow/debian/scripts

Andres Mejia ceros-guest at alioth.debian.org
Wed Jan 2 04:20:51 UTC 2008


Author: ceros-guest
Date: 2008-01-02 04:20:50 +0000 (Wed, 02 Jan 2008)
New Revision: 5154

Modified:
   packages/trunk/warsow/debian/scripts/warsow-tarball.sh
Log:
fixed error in warsow-tarball.sh

Modified: packages/trunk/warsow/debian/scripts/warsow-tarball.sh
===================================================================
--- packages/trunk/warsow/debian/scripts/warsow-tarball.sh	2008-01-02 02:15:21 UTC (rev 5153)
+++ packages/trunk/warsow/debian/scripts/warsow-tarball.sh	2008-01-02 04:20:50 UTC (rev 5154)
@@ -63,7 +63,7 @@
 # Prepare the warsow orig tarball
 if [ ! -d warsow-$WARSOW_VERSION ]; then
 	echo "Extracting $WARSOW_TARBALL"
-	unzip -d -qq warsow-$WARSOW_VERSION $WARSOW_TARBALL
+	unzip -qq -d warsow-$WARSOW_VERSION $WARSOW_TARBALL
 else
 	echo "Already found extracted warsow-$WARSOW_VERSION directory. Please remove or move warsow-$WARSOW_VERSION and also warsow_$WARSOW_VERSION.orig.tar.gz."
 	exit 1




More information about the Pkg-games-commits mailing list