diff options
Diffstat (limited to 'dh_gencontrol')
-rwxr-xr-x | dh_gencontrol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_gencontrol b/dh_gencontrol index e80197aa..64d02617 100755 --- a/dh_gencontrol +++ b/dh_gencontrol @@ -56,7 +56,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { } if ( ! -d "$tmp/DEBIAN" ) { - doit("install","-o",0,"-g",0,"-d","$tmp/DEBIAN"); + install_dir("$tmp/DEBIAN"); } # avoid gratuitous warning |