X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_install;h=e69ab7e8dc2848a65dedc20d5179e0fb62595a8f;hb=7478600690fd3184cbbe16b115d0e2b3e598edd6;hp=1748fc23fbeeec6a630ea1b7a07d90b18cfaf9f2;hpb=7bc99d44cfc0275e1b44b390bed1362c457da9ab;p=debhelper.git diff --git a/dh_install b/dh_install index 1748fc2..e69ab7e 100755 --- a/dh_install +++ b/dh_install @@ -85,7 +85,6 @@ Look in the specified directory for files to be installed. Note that this is not the same as the B<--sourcedirectory> option used by the BI<*> commands. You rarely need to use this option, since B automatically looks for files in F in debhelper - compatibility level 7 and above. =item B<--autodest> @@ -138,7 +137,7 @@ foreach my $package (getpackages()) { my @install; if ($file) { - @install=filedoublearray($file); # no globbing yet + @install=filedoublearray($file); # no globbing here; done below } if (($package eq $dh{FIRSTPACKAGE} || $dh{PARAMS_ALL}) && @ARGV) {