From 78e828cbc2604324385a20f21083d929d0097ea9 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 19 Jul 2005 17:13:24 +0000 Subject: r1772: releasing version 4.9.4 --- dh_fixperms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_fixperms') 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", -- cgit v1.2.3