mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-03 20:24:29 +00:00
Do not copy leim-list.el twice.
This commit is contained in:
parent
b0a22482ed
commit
dc08b15f9d
@ -154,7 +154,6 @@ install: all
|
||||
rm -rf ${INSTALLDIR}/leim-list.el; \
|
||||
rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/skk ; \
|
||||
echo "Copying leim files to ${INSTALLDIR} ..." ; \
|
||||
cp leim-list.el ${INSTALLDIR} ; \
|
||||
if [ x`(cd ${srcdir}; /bin/pwd)` == x`(/bin/pwd)` ] ; then \
|
||||
tar -cf - leim-list.el quail skk \
|
||||
| (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
|
||||
|
Loading…
x
Reference in New Issue
Block a user