r68993 - /branches/squeeze/libproc-processtable-perl/debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Feb 18 16:04:49 UTC 2011


Author: gregoa
Date: Fri Feb 18 16:04:39 2011
New Revision: 68993

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68993
Log:
fix kfreebsd test in debian/rules

Modified:
    branches/squeeze/libproc-processtable-perl/debian/rules

Modified: branches/squeeze/libproc-processtable-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/branches/squeeze/libproc-processtable-perl/debian/rules?rev=68993&op=diff
==============================================================================
--- branches/squeeze/libproc-processtable-perl/debian/rules (original)
+++ branches/squeeze/libproc-processtable-perl/debian/rules Fri Feb 18 16:04:39 2011
@@ -2,7 +2,7 @@
 
 build: build-stamp
 build-stamp:
-	[ "kfreebsd" = "`dpkg-architecture -qDEB_HOST_ARCH_OS`" ] && perl hints/linux.pl
+	if [ "kfreebsd" = "`dpkg-architecture -qDEB_HOST_ARCH_OS`" ] ; then perl hints/linux.pl ; fi
 	dh build
 	touch $@
 




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