(install-arch-indep): Do chmod a+x on subdirs.
This commit is contained in:
parent
176eb8cb50
commit
5fab72129d
1 changed files with 1 additions and 0 deletions
|
@ -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}/\#* ; \
|
||||
|
|
Loading…
Add table
Reference in a new issue