# HG changeset patch # User Karl Heuer # Date 888446985 0 # Node ID 3a8734a5536cdb6467ed17e8308f7800359f3b6c # Parent a49aafe4e242a01078d23b6ec74eb2fd5a985a97 (install-arch-indep): Do chmod a+x on subdirs. diff -r a49aafe4e242 -r 3a8734a5536c Makefile.in --- 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}/\#* ; \