summaryrefslogtreecommitdiff
path: root/dh_installdirs
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installdirs')
-rwxr-xr-xdh_installdirs4
1 files changed, 1 insertions, 3 deletions
diff --git a/dh_installdirs b/dh_installdirs
index d3bce35e..0ea9dd40 100755
--- a/dh_installdirs
+++ b/dh_installdirs
@@ -63,9 +63,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
my $tmp=tmpdir($package);
my $file=pkgfile($package,"dirs");
- if (! -e $tmp) {
- install_dir($tmp);
- }
+ install_dir($tmp);
my @dirs;