mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-23 18:47:57 +00:00
(install-arch-indep): Verify ./lisp has simple.el in it
before trying to copy anything from it.
This commit is contained in:
parent
0b93aa5389
commit
bc63f59a6e
@ -342,6 +342,7 @@ install-arch-indep: mkdir
|
||||
(cd $(docdir); chmod a+r DOC*; rm DOC) \
|
||||
else true; fi
|
||||
if [ -r ./lisp ] \
|
||||
&& [ -r ./lisp/simple.el ] \
|
||||
&& [ x`(cd ./lisp; /bin/pwd)` != x`(cd ${lispdir}; /bin/pwd)` ] \
|
||||
&& [ x`(cd ${srcdir}/lisp; /bin/pwd)` != x`(cd ./lisp; /bin/pwd)` ]; \
|
||||
then \
|
||||
|
Loading…
Reference in New Issue
Block a user