summaryrefslogtreecommitdiff
path: root/dh_installman
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installman')
-rwxr-xr-xdh_installman4
1 files changed, 1 insertions, 3 deletions
diff --git a/dh_installman b/dh_installman
index af2d136d..78faf13e 100755
--- a/dh_installman
+++ b/dh_installman
@@ -178,9 +178,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
next if -l $instpage;
next if compat(5) && -e $instpage;
- if (! -d $destdir) {
- install_dir($destdir);
- }
+ install_dir($destdir);
if ($gz) {
complex_doit "zcat \Q$page\E > \Q$instpage\E";
}