r2997 - /packages/libfile-touch-perl/trunk/debian/rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Fri Jun 16 13:42:37 UTC 2006


Author: ntyni-guest
Date: Fri Jun 16 13:42:35 2006
New Revision: 2997

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2997
Log:
fix copy-paste error.

Modified:
    packages/libfile-touch-perl/trunk/debian/rules

Modified: packages/libfile-touch-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfile-touch-perl/trunk/debian/rules?rev=2997&op=diff
==============================================================================
--- packages/libfile-touch-perl/trunk/debian/rules (original)
+++ packages/libfile-touch-perl/trunk/debian/rules Fri Jun 16 13:42:35 2006
@@ -37,7 +37,7 @@
 
 	#As this is a architecture independent package, we are not supposed to install
 	#stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
-	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	rmdir --ignore-fail-on-non-empty --parents $(prefix)/usr/lib/perl5
 
 	dh_installdocs
 	dh_installchangelogs Changes




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