r2999 - /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:43:51 UTC 2006
    
    
  
Author: ntyni-guest
Date: Fri Jun 16 13:43:48 2006
New Revision: 2999
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2999
Log:
Remove double /usr in directory name.
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=2999&op=diff
==============================================================================
--- packages/libfile-touch-perl/trunk/debian/rules (original)
+++ packages/libfile-touch-perl/trunk/debian/rules Fri Jun 16 13:43:48 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 $(prefix)/usr/lib/perl5
+	rmdir --ignore-fail-on-non-empty --parents $(prefix)/lib/perl5
 
 	dh_installdocs
 	dh_installchangelogs Changes
    
    
More information about the Pkg-perl-cvs-commits
mailing list