r12546 - /trunk/libxml-atom-perl/debian/rules

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Fri Jan 11 02:48:15 UTC 2008


Author: ghostbar-guest
Date: Fri Jan 11 02:48:15 2008
New Revision: 12546

URL: http://svn.debian.org/wsvn/?sc=1&rev=12546
Log:
made clear the if before of calling make clean

Modified:
    trunk/libxml-atom-perl/debian/rules

Modified: trunk/libxml-atom-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-atom-perl/debian/rules?rev=12546&op=diff
==============================================================================
--- trunk/libxml-atom-perl/debian/rules (original)
+++ trunk/libxml-atom-perl/debian/rules Fri Jan 11 02:48:15 2008
@@ -49,7 +49,7 @@
 	
 	dh_clean build-stamp install-stamp
 	
-	[ ! -f Makefile ] || $(MAKE) distclean
+	[ -f Makefile ] && $(MAKE) distclean
 
 install: install-stamp
 install-stamp: build-stamp




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