r20016 - /trunk/libpar-packer-perl/debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri May 16 14:15:50 UTC 2008


Author: gregoa
Date: Fri May 16 14:15:50 2008
New Revision: 20016

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20016
Log:
rm /usr/lib/perl5, not /usr/share/perl5, once again

Modified:
    trunk/libpar-packer-perl/debian/rules

Modified: trunk/libpar-packer-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/debian/rules?rev=20016&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/rules (original)
+++ trunk/libpar-packer-perl/debian/rules Fri May 16 14:15:50 2008
@@ -50,9 +50,9 @@
 	dh_testroot
 	dh_clean -k
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/share/perl5 ] || \
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/share/perl5
+		$(TMP)/usr/lib/perl5
 	dh_link usr/share/man/man1/parl.1p \
 		usr/share/man/man1/parldyn.1p
 	rm $(TMP)/usr/share/man/man1/pp.1p




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