r11992 - /trunk/libgetopt-tabular-perl/debian/rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Jan 4 15:14:44 UTC 2008


Author: dmn
Date: Fri Jan  4 15:14:43 2008
New Revision: 11992

URL: http://svn.debian.org/wsvn/?sc=1&rev=11992
Log:
Remove empty usr/lib/perl5

Modified:
    trunk/libgetopt-tabular-perl/debian/rules

Modified: trunk/libgetopt-tabular-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libgetopt-tabular-perl/debian/rules?rev=11992&op=diff
==============================================================================
--- trunk/libgetopt-tabular-perl/debian/rules (original)
+++ trunk/libgetopt-tabular-perl/debian/rules Fri Jan  4 15:14:43 2008
@@ -52,7 +52,8 @@
 
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
-
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
+	    rmdir --parents --ignore-fail-on-non-empty -v $(TMP)/usr/lib/perl5
 
 	touch $@
 




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