X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_installman;h=8487f100776f295861148a84a8418a8e8f00c77d;hb=b0fa73809756e6fbe35d6a838c5de14aedbb9656;hp=602d61b342d9a545ffeaf2f154d46d491a18df0c;hpb=68659e379eddcac1e1e8b8e7112f968386ea0de6;p=debhelper.git diff --git a/dh_installman b/dh_installman index 602d61b..8487f10 100755 --- a/dh_installman +++ b/dh_installman @@ -167,7 +167,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { $destdir="$tmp/usr/share/man/$langcode/man$realsection/"; } $destdir=~tr:/:/:s; # just for looks - my $instpage="$destdir/$instname.$section"; + my $instpage="$destdir$instname.$section"; next if -l $instpage; next if compat(5) && -e $instpage;