summaryrefslogtreecommitdiff
path: root/dh_installdeb
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installdeb')
-rwxr-xr-xdh_installdeb4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_installdeb b/dh_installdeb
index 9527ff2e..e25e1753 100755
--- a/dh_installdeb
+++ b/dh_installdeb
@@ -67,7 +67,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
# script.
complex_doit("sed s/#DEBHELPER#// < $f > $tmp/DEBIAN/$file");
}
- doit("chown","0.0","$tmp/DEBIAN/$file");
+ doit("chown","0:0","$tmp/DEBIAN/$file");
doit("chmod",755,"$tmp/DEBIAN/$file");
}
else {
@@ -76,7 +76,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
if (-f "debian/$ext$file.debhelper") {
complex_doit("printf '#!/bin/sh\nset -e\n' > $tmp/DEBIAN/$file");
complex_doit("cat debian/$ext$file.debhelper >> $tmp/DEBIAN/$file");
- doit("chown","0.0","$tmp/DEBIAN/$file");
+ doit("chown","0:0","$tmp/DEBIAN/$file");
doit("chmod",755,"$tmp/DEBIAN/$file");
}
}