mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 19:42:53 -08:00
Arrange for the leim tar file to unpack in emacs-M.N/leim.
This commit is contained in:
parent
e432fc7448
commit
65fda17c7a
1 changed files with 5 additions and 2 deletions
|
|
@ -315,7 +315,10 @@ echo "Making links to \`leim' and its subdirectories for the LEIM distribution"
|
|||
rm -f TAGS =* */=*)
|
||||
|
||||
### Move the real-leim directory outside of Emacs proper.
|
||||
(cd ${tempparent}; mv ${emacsname}/real-leim ${emacsname}-leim)
|
||||
(cd ${tempparent}
|
||||
mkdir ${emacsname}-leim
|
||||
mkdir ${emacsname}-leim/${emacsname}
|
||||
mv ${emacsname}/real-leim ${emacsname}-leim/${emacsname}/leim)
|
||||
|
||||
echo "Making links to \`src'"
|
||||
### Don't distribute =*.[ch] files, or the configured versions of
|
||||
|
|
@ -549,7 +552,7 @@ if [ "${make_tar}" = yes ]; then
|
|||
(cd ${tempparent} ; tar cvf - ${emacsname} ) \
|
||||
| ${default_gzip} \
|
||||
> ${emacsname}.tar${gzip_extension}
|
||||
(cd ${tempparent} ; tar cvf - ${emacsname}-leim ) \
|
||||
(cd ${tempparent}/${emacsname}-leim ; tar cvf - ${emacsname} ) \
|
||||
| ${default_gzip} \
|
||||
> ${emacsname}-leim.tar${gzip_extension}
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue