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

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


Author: periapt-guest
Date: Sat Jan 22 16:56:23 2011
New Revision: 67696

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

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=67696&op=diff
==============================================================================
--- trunk/libio-aio-perl/debian/rules (original)
+++ trunk/libio-aio-perl/debian/rules Sat Jan 22 16:56:23 2011
@@ -12,5 +12,5 @@
 
 override_dh_installexamples:
 	dh_installexamples --buildsystem=perl_makemaker
-	sed -i 'ls|^#/opt/bin/perl|#/usr/bin/perl|' $(TMP)/usr/share/doc/$(PKG)/examples/treescan
+	sed -i -e 's|^#!/opt/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PKG)/examples/treescan
 




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