[pkg-java] r8617 - trunk/maven-repo-helper/debian

Ludovic Claude ludovicc-guest at alioth.debian.org
Sat Jun 27 00:04:36 UTC 2009


Author: ludovicc-guest
Date: 2009-06-27 00:04:35 +0000 (Sat, 27 Jun 2009)
New Revision: 8617

Modified:
   trunk/maven-repo-helper/debian/rules
Log:
* Fix clean

Modified: trunk/maven-repo-helper/debian/rules
===================================================================
--- trunk/maven-repo-helper/debian/rules	2009-06-26 23:59:05 UTC (rev 8616)
+++ trunk/maven-repo-helper/debian/rules	2009-06-27 00:04:35 UTC (rev 8617)
@@ -50,5 +50,5 @@
 		usr/share/maven-repo/org/debian/maven/$(PACKAGE)/debian
 
 clean::
-	-rm -r debian/tmp
+	-rm -rf debian/tmp
 




More information about the pkg-java-commits mailing list