r6069 - /trunk/libtime-human-perl/debian/rules

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Mon Jul 30 05:33:51 UTC 2007


Author: joeyh
Date: Mon Jul 30 05:33:50 2007
New Revision: 6069

URL: http://svn.debian.org/wsvn/?sc=1&rev=6069
Log:
one more fix

Modified:
    trunk/libtime-human-perl/debian/rules

Modified: trunk/libtime-human-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtime-human-perl/debian/rules?rev=6069&op=diff
==============================================================================
--- trunk/libtime-human-perl/debian/rules (original)
+++ trunk/libtime-human-perl/debian/rules Mon Jul 30 05:33:50 2007
@@ -12,7 +12,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	-$(MAKE) realclean
+	if [ -e Makefile ]; then $(MAKE) realclean; fi
 	dh_clean
 
 install: build




More information about the Pkg-perl-cvs-commits mailing list