[Pkg-ocaml-maint-commits] r1678 - trunk/packages/camlimages/trunk/debian

Sylvain LE GALL gildor-guest at costa.debian.org
Mon Aug 22 22:53:56 UTC 2005


Author: gildor-guest
Date: 2005-08-22 22:53:55 +0000 (Mon, 22 Aug 2005)
New Revision: 1678

Modified:
   trunk/packages/camlimages/trunk/debian/rules
Log:
Correct the clean target -- SLG


Modified: trunk/packages/camlimages/trunk/debian/rules
===================================================================
--- trunk/packages/camlimages/trunk/debian/rules	2005-08-22 22:49:32 UTC (rev 1677)
+++ trunk/packages/camlimages/trunk/debian/rules	2005-08-22 22:53:55 UTC (rev 1678)
@@ -53,10 +53,8 @@
 	-test -L doc/index.html && rm doc/index.html
 	# Add here commands to clean up after the build process.
 	-$(MAKE) veryclean
-	-rm Makefile.config
-	-rm freetype
-	-mkdir freetype
-
+	-$(RM) Makefile.config
+	-$(RM) -r freetype
 	dh_clean
 
 install: build




More information about the Pkg-ocaml-maint-commits mailing list