summaryrefslogtreecommitdiff
path: root/dh_fixperms
diff options
context:
space:
mode:
Diffstat (limited to 'dh_fixperms')
-rwxr-xr-xdh_fixperms2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_fixperms b/dh_fixperms
index 775ab55e..a96b1e05 100755
--- a/dh_fixperms
+++ b/dh_fixperms
@@ -91,7 +91,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
for my $dir (qw{usr/bin bin usr/sbin sbin usr/games etc/init.d}) {
if (-d "$tmp/$dir") {
complex_doit("find $tmp/$dir -type f $find_options -print0 2>/dev/null",
- "| xargs -0r chmod +x");
+ "| xargs -0r chmod a+x");
}
}
}