r15190 - /trunk/libdata-password-perl/debian/rules

mshuler-guest at users.alioth.debian.org mshuler-guest at users.alioth.debian.org
Wed Feb 20 02:08:36 UTC 2008


Author: mshuler-guest
Date: Wed Feb 20 02:08:36 2008
New Revision: 15190

URL: http://svn.debian.org/wsvn/?sc=1&rev=15190
Log:
reverted $(TMP)/usr/share/perl5 to $(TMP)/usr/lib/perl5 - it's the empty dirs I want to rm..

Modified:
    trunk/libdata-password-perl/debian/rules

Modified: trunk/libdata-password-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdata-password-perl/debian/rules?rev=15190&op=diff
==============================================================================
--- trunk/libdata-password-perl/debian/rules (original)
+++ trunk/libdata-password-perl/debian/rules Wed Feb 20 02:08:36 2008
@@ -50,7 +50,7 @@
 	# Add commands to install the package into $(TMP) here
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
-	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 
 	touch $@
 




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