1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(install): Use quail/* in the second tar that copies a dir named quail.

This commit is contained in:
Richard M. Stallman 1997-09-11 00:06:36 +00:00
parent b1d1b865a1
commit 4472bb0031

View File

@ -161,7 +161,7 @@ install: all
tar -cf - leim-list.el quail \
| (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
cd ${srcdir}; \
tar -cf - quail skk \
tar -cf - quail/* skk \
| (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
fi; \
else true; fi