[Debian-tex-commits] SVN tex-common commit + diffs: r5452 - tex-common/trunk/debian

Norbert Preining preining at alioth.debian.org
Wed May 9 22:34:54 UTC 2012


Author: preining
Date: 2012-05-09 22:34:54 +0000 (Wed, 09 May 2012)
New Revision: 5452

Modified:
   tex-common/trunk/debian/rules
Log:
rm -f in makefiles, too


Modified: tex-common/trunk/debian/rules
===================================================================
--- tex-common/trunk/debian/rules	2012-05-09 22:33:00 UTC (rev 5451)
+++ tex-common/trunk/debian/rules	2012-05-09 22:34:54 UTC (rev 5452)
@@ -46,8 +46,8 @@
 
         # Add here commands to clean up after the build process.
 	cd doc; $(MAKE) clean
-	-rm scripts/dh_installtex.1
-	-rm $(EPERL_FILES)
+	-rm -f scripts/dh_installtex.1
+	-rm -f $(EPERL_FILES)
 	debconf-updatepo
 
 	dh_clean 




More information about the Debian-tex-commits mailing list