r3527 - trunk/misc

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Mar 20 06:59:22 EDT 2008


Author: div0
Date: 2008-03-20 06:59:21 -0400 (Thu, 20 Mar 2008)
New Revision: 3527

Modified:
   trunk/misc/makebuild.sh
Log:
makebuild fixed again :P


Modified: trunk/misc/makebuild.sh
===================================================================
--- trunk/misc/makebuild.sh	2008-03-20 10:58:32 UTC (rev 3526)
+++ trunk/misc/makebuild.sh	2008-03-20 10:59:21 UTC (rev 3527)
@@ -145,7 +145,9 @@
 cd "$dpdir"
 quilt pop -a || true
 svn revert -R .
-quilt push -a # apply all patches
+if [ -s patches/series ]; then
+	quilt push -a # apply all patches
+fi
 
 cp -r "$osxapps"/*.app "$tmpdir"
 mkdir "$tmpdir/debuginfo"




More information about the nexuiz-commits mailing list