r1582 - packages/libdigest-sha-perl/trunk/debian
Gunnar Wolf
gwolf at costa.debian.org
Mon Dec 5 19:07:43 UTC 2005
Author: gwolf
Date: 2005-12-05 19:07:42 +0000 (Mon, 05 Dec 2005)
New Revision: 1582
Modified:
packages/libdigest-sha-perl/trunk/debian/rules
Log:
Check for Makefile existence was backwards
Modified: packages/libdigest-sha-perl/trunk/debian/rules
===================================================================
--- packages/libdigest-sha-perl/trunk/debian/rules 2005-12-05 19:05:50 UTC (rev 1581)
+++ packages/libdigest-sha-perl/trunk/debian/rules 2005-12-05 19:07:42 UTC (rev 1582)
@@ -43,7 +43,7 @@
dh_testroot
# Add commands to clean up after the build process here
- [ -e Makefile ] || $(MAKE) realclean
+ [ ! -e Makefile ] || $(MAKE) realclean
dh_clean build-stamp install-stamp
More information about the Pkg-perl-cvs-commits
mailing list