From fd9a5d1c473866b021b703cc06878baa35acdc38 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 1 May 2000 20:37:56 +0000 Subject: r348: * Fixes for perl 5.6. * Spelling fixes. --- dh_gencontrol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_gencontrol') 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"); -- cgit v1.2.3