r1481 - packages/trunk/blockattack/debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Mon Sep 4 14:24:32 UTC 2006


Author: goneri-guest
Date: 2006-09-04 14:24:32 +0000 (Mon, 04 Sep 2006)
New Revision: 1481

Modified:
   packages/trunk/blockattack/debian/rules
Log:
if quilt is not installed in the chroot, the make clean doesn't fail anymore


Modified: packages/trunk/blockattack/debian/rules
===================================================================
--- packages/trunk/blockattack/debian/rules	2006-09-04 14:22:35 UTC (rev 1480)
+++ packages/trunk/blockattack/debian/rules	2006-09-04 14:24:32 UTC (rev 1481)
@@ -13,7 +13,7 @@
 clean:
 	dh_testdir
 	scons -c
-	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+	- QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean
 
 install: build




More information about the Pkg-games-commits mailing list