aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1998-02-25 22:49:45 +0000
committerKarl Heuer1998-02-25 22:49:45 +0000
commit5fab72129def1760a6776c34247a24e182b023e5 (patch)
tree540cd289c3f17a96d254caeb8bdfef4cead0d42b
parent176eb8cb50fee6791c9e41aed504ab35ce79aa6e (diff)
downloademacs-5fab72129def1760a6776c34247a24e182b023e5.tar.gz
emacs-5fab72129def1760a6776c34247a24e182b023e5.zip
(install-arch-indep): Do chmod a+x on subdirs.
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 7382e76888e..c94ef22fcfa 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -323,6 +323,7 @@ install-arch-indep: mkdir
323 (cd $${dir}; tar -cf - . ) \ 323 (cd $${dir}; tar -cf - . ) \
324 |(cd $${dest};umask 022; tar -xvf - && cat > /dev/null); \ 324 |(cd $${dest};umask 022; tar -xvf - && cat > /dev/null); \
325 for subdir in `find $${dest} -type d ! -name RCS -print` ; do \ 325 for subdir in `find $${dest} -type d ! -name RCS -print` ; do \
326 chmod a+rx $${subdir} ; \
326 rm -rf $${subdir}/RCS ; \ 327 rm -rf $${subdir}/RCS ; \
327 rm -rf $${subdir}/CVS ; \ 328 rm -rf $${subdir}/CVS ; \
328 rm -f $${subdir}/\#* ; \ 329 rm -f $${subdir}/\#* ; \