]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_fixperms
r1968: * dh_fixperms: Make all files in /usr/include 644, not only .h files.
[debhelper.git] / dh_fixperms
index a96b1e05cc34502443e752743fd29779da950f6e..6ef0905cfe20705c621071e77e8cda80a05501ce 100755 (executable)
@@ -76,8 +76,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                "2>/dev/null | xargs -0r chmod 644");
        
        # ..and header files ..
-       complex_doit("find $tmp/usr/include  -type f",
-               "-name '*.h' $find_options -print0",
+       complex_doit("find $tmp/usr/include  -type f $find_options -print0",
                "2>/dev/null | xargs -0r chmod 644");
        
        # .. and perl modules.