diff options
author | joey <joey> | 2005-07-19 17:13:24 +0000 |
---|---|---|
committer | joey <joey> | 2005-07-19 17:13:24 +0000 |
commit | 78e828cbc2604324385a20f21083d929d0097ea9 (patch) | |
tree | 940fce550a2dcfe6a51f3a6b24ab47d0920a62ba /dh_fixperms | |
parent | 8cbd10d36265438420d16cf1fea470c37bfb0fb2 (diff) | |
download | debhelper-78e828cbc2604324385a20f21083d929d0097ea9.tar.gz |
r1772: releasing version 4.9.44.9.4
Diffstat (limited to 'dh_fixperms')
-rwxr-xr-x | dh_fixperms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_fixperms b/dh_fixperms index 5bd39f3d..2a565bd3 100755 --- a/dh_fixperms +++ b/dh_fixperms @@ -57,7 +57,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { "2>/dev/null | xargs -0r chown --no-dereference 0:0"); complex_doit("find $tmp ! -type l $find_options -print0", "2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s"); - + # Fix up premissions in usr/share/doc, setting everything to not # executable by default, but leave examples directories alone. complex_doit("find $tmp/usr/share/doc -type f $find_options ! -regex '$tmp/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null", |