summaryrefslogtreecommitdiff
path: root/dh_installman
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installman')
-rwxr-xr-xdh_installman2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installman b/dh_installman
index 602d61b3..8487f100 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;