[Pkg-uml-commit] r166 - trunk/src/kernel-patch-skas/debian

Mattia Dongili malattia at costa.debian.org
Sun Aug 27 15:01:30 UTC 2006


Author: malattia
Date: 2006-08-27 15:01:30 +0000 (Sun, 27 Aug 2006)
New Revision: 166

Modified:
   trunk/src/kernel-patch-skas/debian/rules
Log:
avoid also rm in the unpatch target to be able to create problems

Modified: trunk/src/kernel-patch-skas/debian/rules
===================================================================
--- trunk/src/kernel-patch-skas/debian/rules	2006-08-27 14:36:45 UTC (rev 165)
+++ trunk/src/kernel-patch-skas/debian/rules	2006-08-27 15:01:30 UTC (rev 166)
@@ -25,7 +25,7 @@
 
 unpatch:
 	-QUILT_PATCHES=debian/patches quilt pop -a
-	rm -f patch-stamp
+	-rm -f patch-stamp
 
 clean: unpatch
 	dh_testdir




More information about the Pkg-uml-commit mailing list