From 985463e25f059565ef677985ebca02c7470efccf Mon Sep 17 00:00:00 2001 From: joeyh Date: Tue, 26 Dec 2006 21:28:05 +0000 Subject: r1965: * dh_fixperms: Change a chmod +x to chmod a+x, to avoid the umask influencing it. --- dh_fixperms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_fixperms') 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"); } } } -- cgit v1.2.3