Author: eddyp-guest
Date: 2007-10-10 11:28:10 +0000 (Wed, 10 Oct 2007)
New Revision: 4376
Modified:
packages/trunk/oolite/debian/rules
Log:
make sure that subsequent cleans work properly; same for builds on a patched
source
Modified: packages/trunk/oolite/debian/rules
===================================================================
--- packages/trunk/oolite/debian/rules 2007-10-09 09:08:19 UTC (rev 4375)
+++ packages/trunk/oolite/debian/rules 2007-10-10 11:28:10 UTC (rev 4376)
@@ -76,10 +76,10 @@
patch:
mkdir -p Contents Resources
- QUILT_PATCHES=debian/patches quilt push -a
+ QUILT_PATCHES=debian/patches quilt push -a || [ $$? -eq 2 ]
unpatch:
- QUILT_PATCHES=debian/patches quilt pop -a
+ QUILT_PATCHES=debian/patches quilt pop -a || [ $$? -eq 2 ]
set -e ; if [ -d Resources ]; then \
rmdir Resources ; \
fi
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits