]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_fixperms
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / dh_fixperms
index 3730b49dae81d0882a898e660ce9f840a63bd851..d6e237bc93a270501fa95ac5770cdcb0d403b286 100755 (executable)
@@ -105,11 +105,9 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
        }
        
        # ADA ali files should be mode 444 to avoid recompilation
-       if (-d "$tmp/usr/lib/ada") {
-               complex_doit("find $tmp/usr/lib/ada -type f",
-                       "-name '*.ali' $find_options -print0",
-                       "2>/dev/null | xargs -0r chmod uga-w");
-       }
+       complex_doit("find $tmp/usr/lib -type f",
+               "-name '*.ali' $find_options -print0",
+               "2>/dev/null | xargs -0r chmod uga-w");
 
        # Lintian overrides should never be executable, too.
        if (-d "$tmp/usr/share/lintian") {