r48253 - /website/debhelper.pod

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Dec 5 16:43:55 UTC 2009


Author: jawnsy-guest
Date: Sat Dec  5 16:43:43 2009
New Revision: 48253

URL: http://svn.debian.org/wsvn/?sc=1&rev=48253
Log:
We determine $(PACKAGE) anyway, might as well use it for the example path to fix shebang lines...

Modified:
    website/debhelper.pod

Modified: website/debhelper.pod
URL: http://svn.debian.org/wsvn/website/debhelper.pod?rev=48253&op=diff
==============================================================================
--- website/debhelper.pod (original)
+++ website/debhelper.pod Sat Dec  5 16:43:43 2009
@@ -187,7 +187,7 @@
 
 <pre>override_dh_installexamples:
 &#09;dh_installexamples
-&#09;sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/libdate-calc-perl/examples/*
+&#09;sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*
 </pre>
 
 =end html




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