summaryrefslogtreecommitdiff
path: root/dh_bugfiles
diff options
context:
space:
mode:
Diffstat (limited to 'dh_bugfiles')
-rwxr-xr-xdh_bugfiles2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_bugfiles b/dh_bugfiles
index 2fe9a11e..dd694daf 100755
--- a/dh_bugfiles
+++ b/dh_bugfiles
@@ -107,7 +107,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
install_dir($dir);
doit("mv", "${dir}.tmp", "$dir/script");
}
- elsif (! -d $dir) {
+ else {
install_dir($dir);
}
while (my ($type, $srcfile) = each(%bugfiles)) {