r67695 - /trunk/libio-aio-perl/debian/rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Jan 22 16:40:39 UTC 2011


Author: periapt-guest
Date: Sat Jan 22 16:40:29 2011
New Revision: 67695

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67695
Log:
fixing shebang

Modified:
    trunk/libio-aio-perl/debian/rules

Modified: trunk/libio-aio-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-aio-perl/debian/rules?rev=67695&op=diff
==============================================================================
--- trunk/libio-aio-perl/debian/rules (original)
+++ trunk/libio-aio-perl/debian/rules Sat Jan 22 16:40:29 2011
@@ -8,4 +8,9 @@
 
 override_dh_install:
 	dh_install --buildsystem=perl_makemaker
-	rm $(TMP)/usr/bin/treescan
+	rm -rf $(TMP)/usr/bin
+
+override_dh_installexamples:
+	dh_installexamples --buildsystem=perl_makemaker
+	sed -i 'ls|^#/opt/bin/perl|#/usr/bin/perl|' $(TMP)/usr/share/doc/$(PKG)/examples/treescan
+




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