r484 - non-free/packages/oolite/trunk/debian

Eddy Petrisor eddyp-guest at costa.debian.org
Fri Apr 14 20:43:02 UTC 2006


Author: eddyp-guest
Date: 2006-04-14 20:42:54 +0000 (Fri, 14 Apr 2006)
New Revision: 484

Modified:
   non-free/packages/oolite/trunk/debian/rules
Log:
bugs: no more ignore on error
misc: added the patch and unpatch PHONY targets


Modified: non-free/packages/oolite/trunk/debian/rules
===================================================================
--- non-free/packages/oolite/trunk/debian/rules	2006-04-14 20:28:24 UTC (rev 483)
+++ non-free/packages/oolite/trunk/debian/rules	2006-04-14 20:42:54 UTC (rev 484)
@@ -82,8 +82,10 @@
 	cp debian/Info-Oolite.plist Resources/
 
 unpatch: 
-	-rm Resources/Info-Oolite.plist
-	rm -fr Contents Resources
+	set -e ; \
+	rm Resources/Info-Oolite.plist && \
+	rm Resources/Info-Oolite.plist
+	rmdir Contents Resources
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch




More information about the Pkg-games-devel mailing list