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 4e9ff3e8..b9aaefb4 100755 --- a/dh_gencontrol +++ b/dh_gencontrol @@ -64,7 +64,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { # something odd. doit("chmod","644","$tmp/DEBIAN/control"); - doit("chown","0.0","$tmp/DEBIAN/control"); + doit("chown","0:0","$tmp/DEBIAN/control"); } =head1 SEE ALSO |