Mercurial > emacs
changeset 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 | a49aafe4e242 |
children | 5cf1e81b6381 |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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}/\#* ; \