(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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue