r2454 - packages/libchart-perl/trunk/debian

Niko Tyni ntyni-guest at costa.debian.org
Sun Mar 19 20:25:27 UTC 2006


Author: ntyni-guest
Date: 2006-03-19 20:25:26 +0000 (Sun, 19 Mar 2006)
New Revision: 2454

Modified:
   packages/libchart-perl/trunk/debian/rules
Log:
Argh, /usr/lib/perl5 removal one more time.


Modified: packages/libchart-perl/trunk/debian/rules
===================================================================
--- packages/libchart-perl/trunk/debian/rules	2006-03-19 20:23:12 UTC (rev 2453)
+++ packages/libchart-perl/trunk/debian/rules	2006-03-19 20:25:26 UTC (rev 2454)
@@ -34,7 +34,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 README TODO rgb.txt Documentation.pdf
 	dh_installchangelogs




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