mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
* Makefile.in (install-arch-indep): Minor fix for earlier change.
This commit is contained in:
parent
136c45eee7
commit
b7e1feeab6
@ -539,7 +539,8 @@ install-arch-indep: info install-etc install-leim
|
||||
for dir in ${COPYDIR} ; do \
|
||||
[ -d $${dir} ] || exit 1 ; \
|
||||
dest=$$1 ; shift ; \
|
||||
[ `(cd $${dest} && /bin/pwd)` = `(cd $${dir} && /bin/pwd)` ] && \
|
||||
[ -d $${dest} ] && \
|
||||
[ `(cd $${dest} && /bin/pwd)` = `(cd $${dir} && /bin/pwd)` ] && \
|
||||
continue ; \
|
||||
rm -rf $${dest} ; \
|
||||
umask 022; ${MKDIR_P} $${dest} ; \
|
||||
|
Loading…
Reference in New Issue
Block a user