]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_fixperms
r1869: * dh_installman: correct mistake that broke translated man page installation
[debhelper.git] / dh_fixperms
index 5bd39f3dc495eee84d52dfdcfa48c5c9f4dfb26c..2a565bd3f926937b12605c83bc83f9384d9cdeda 100755 (executable)
@@ -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",