r5274 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Dec 19 05:32:53 EST 2008


Author: div0
Date: 2008-12-19 05:32:47 -0500 (Fri, 19 Dec 2008)
New Revision: 5274

Modified:
   trunk/data/build-compat-pack.sh
Log:
fix...


Modified: trunk/data/build-compat-pack.sh
===================================================================
--- trunk/data/build-compat-pack.sh	2008-12-19 10:27:00 UTC (rev 5273)
+++ trunk/data/build-compat-pack.sh	2008-12-19 10:32:47 UTC (rev 5274)
@@ -609,7 +609,7 @@
 done
 
 cd pack
-find . -type f -print0 | xargs -0 ../../misc/jpeg-if-not-alpha.sh
+find . -type f -print0 | qual=85 xargs -0 ../../misc/jpeg-if-not-alpha.sh
 
 find . -name \*.ogg | while IFS= read -r NAME; do
 	oggdec -o "$NAME.wav" "$NAME"
@@ -617,7 +617,7 @@
 	rm -f "$NAME.wav"
 done
 
-rev=`svnversion`
+rev=`svnversion ..`
 pack="zzz_svn-compat-$rev"
 echo "Support files to play on svn servers of revision $rev" > "$pack.txt"
 7za a -tzip -mx=9 "../$pack.pk3" .




More information about the nexuiz-commits mailing list