(install): Fix previous change.
This commit is contained in:
parent
dc08b15f9d
commit
aa5cc10d1a
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ install: all
|
|||
rm -rf ${INSTALLDIR}/leim-list.el; \
|
||||
rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/skk ; \
|
||||
echo "Copying leim files to ${INSTALLDIR} ..." ; \
|
||||
if [ x`(cd ${srcdir}; /bin/pwd)` == x`(/bin/pwd)` ] ; then \
|
||||
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) ;\
|
||||
else \
|
||||
|
|
Loading…
Add table
Reference in a new issue