diff Makefile.in @ 20975:3a8734a5536c

(install-arch-indep): Do chmod a+x on subdirs.
author Karl Heuer <kwzh@gnu.org>
date Wed, 25 Feb 1998 22:49:45 +0000
parents e8a304f0d461
children 9de926193693
line wrap: on
line diff
--- a/Makefile.in	Wed Feb 25 22:46:28 1998 +0000
+++ b/Makefile.in	Wed Feb 25 22:49:45 1998 +0000
@@ -323,6 +323,7 @@
 	      (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}/\#* ; \