summaryrefslogtreecommitdiff
path: root/dh_gencontrol
diff options
context:
space:
mode:
authorjoey <joey>2000-05-01 20:37:56 +0000
committerjoey <joey>2000-05-01 20:37:56 +0000
commitfd9a5d1c473866b021b703cc06878baa35acdc38 (patch)
treef34bcacddae15d9275cd781081b860c251fc0dda /dh_gencontrol
parent35679ac8f106da17e5f0cdde5bafdda42e13556a (diff)
r348: * Fixes for perl 5.6.
* Spelling fixes.
Diffstat (limited to 'dh_gencontrol')
-rwxr-xr-xdh_gencontrol2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_gencontrol b/dh_gencontrol
index df53a753..6a12694b 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -20,7 +20,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
# Generate and install control file.
doit("dpkg-gencontrol","-l$changelog","-isp","-p$PACKAGE",
- "-Tdebian/$EXT\substvars","-P$TMP",@{$dh{U_PARAMS}});
+ "-Tdebian/${EXT}substvars","-P$TMP",@{$dh{U_PARAMS}});
# This chmod is only necessary if the user sets the umask to something odd.
doit("chmod","644","$TMP/DEBIAN/control");