(install-arch-indep): Ignore error if no chmod -R.
This commit is contained in:
parent
b806321282
commit
3577cff0c7
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ install-arch-indep: mkdir
|
|||
done
|
||||
-rm -f ${lispdir}/subdirs.el
|
||||
$(srcdir)/update-subdirs ${lispdir}
|
||||
chmod -R a+r ${COPYDESTS}
|
||||
-chmod -R a+r ${COPYDESTS}
|
||||
if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \
|
||||
then \
|
||||
echo "Copying etc/DOC-* to ${docdir} ..." ; \
|
||||
|
|
Loading…
Add table
Reference in a new issue