diff options
author | joey <joey> | 1999-08-17 05:17:43 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:17:43 +0000 |
commit | a0061c2bdf1020c3475604422755eabd3a46da76 (patch) | |
tree | 0d0421bede81e1a6f1a3036128407571547f5c96 /dh_installinfo | |
parent | 77ec5eed71bb5dc83dbfa856a586ce15614c6cc6 (diff) | |
download | debhelper-a0061c2bdf1020c3475604422755eabd3a46da76.tar.gz |
r236: Initial Import
Diffstat (limited to 'dh_installinfo')
-rwxr-xr-x | dh_installinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installinfo b/dh_installinfo index b6ae40f9..20d5e003 100755 --- a/dh_installinfo +++ b/dh_installinfo @@ -49,7 +49,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) { if ($section ne '') { autoscript($PACKAGE,"postinst","postinst-info", - "s/#SECTION#/$section/;s:#FILE#:$fn:"); + "s/#SECTION#/$section/g;s:#FILE#:$fn:"); } else { autoscript($PACKAGE,"postinst","postinst-info-nosection", |