diff options
Diffstat (limited to 'dh_makeshlibs')
-rwxr-xr-x | dh_makeshlibs | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dh_makeshlibs b/dh_makeshlibs index 4c393879..45f29462 100755 --- a/dh_makeshlibs +++ b/dh_makeshlibs @@ -184,9 +184,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { $major=$dh{M_PARAMS}; } - if (! -d "$tmp/DEBIAN") { - install_dir("$tmp/DEBIAN"); - } + install_dir("$tmp/DEBIAN"); my $deps=$package; if ($dh{V_FLAG_SET}) { if ($shlibs_file) { @@ -236,9 +234,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { } if ($shlibs_file) { - if (! -d "$tmp/DEBIAN") { - install_dir("$tmp/DEBIAN"); - } + install_dir("$tmp/DEBIAN"); install_file($shlibs_file, "$tmp/DEBIAN/shlibs"); } |