r3315 - packages/trunk/ppracer/debian

Gonéri Le Bouder goneri-guest at alioth.debian.org
Tue Jul 10 20:09:55 UTC 2007


Author: goneri-guest
Date: 2007-07-10 20:09:55 +0000 (Tue, 10 Jul 2007)
New Revision: 3315

Modified:
   packages/trunk/ppracer/debian/rules
Log:
do not ignore anymore make clean return


Modified: packages/trunk/ppracer/debian/rules
===================================================================
--- packages/trunk/ppracer/debian/rules	2007-07-10 20:01:36 UTC (rev 3314)
+++ packages/trunk/ppracer/debian/rules	2007-07-10 20:09:55 UTC (rev 3315)
@@ -56,7 +56,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f config.status build-arch-stamp build-indep-stamp #CONFIGURE-STAMP#
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	# remove temporary directory used for the additional documentation in the -data package 
 	rm -rf debian/docs-data/
 	rm -f debian/icons/*.png




More information about the Pkg-games-commits mailing list