diff options
Diffstat (limited to 'dh_installdebconf')
-rwxr-xr-x | dh_installdebconf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dh_installdebconf b/dh_installdebconf index bf601eba..1c3d9025 100755 --- a/dh_installdebconf +++ b/dh_installdebconf @@ -89,9 +89,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { my $config=pkgfile($package,"config"); my $templates=pkgfile($package,"templates"); - if (! -d "$tmp/DEBIAN") { - install_dir("$tmp/DEBIAN"); - } + install_dir("$tmp/DEBIAN"); if (! is_udeb($package)) { debhelper_script_subst($package, "config"); |