aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1998-02-25 22:49:45 +0000
committerKarl Heuer <[email protected]>1998-02-25 22:49:45 +0000
commit5fab72129def1760a6776c34247a24e182b023e5 (patch)
tree540cd289c3f17a96d254caeb8bdfef4cead0d42b /Makefile.in
parent176eb8cb50fee6791c9e41aed504ab35ce79aa6e (diff)
(install-arch-indep): Do chmod a+x on subdirs.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 7382e76888..c94ef22fcf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -323,6 +323,7 @@ install-arch-indep: mkdir
(cd $${dir}; tar -cf - . ) \
|(cd $${dest};umask 022; tar -xvf - && cat > /dev/null); \
for subdir in `find $${dest} -type d ! -name RCS -print` ; do \
+ chmod a+rx $${subdir} ; \
rm -rf $${subdir}/RCS ; \
rm -rf $${subdir}/CVS ; \
rm -f $${subdir}/\#* ; \