changeset 18817:4a53a2477850

Arrange for the leim tar file to unpack in emacs-M.N/leim.
author Richard M. Stallman <rms@gnu.org>
date Wed, 16 Jul 1997 04:55:54 +0000
parents 92913b38a478
children 3c0dec827888
files make-dist
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/make-dist	Wed Jul 16 04:37:17 1997 +0000
+++ b/make-dist	Wed Jul 16 04:55:54 1997 +0000
@@ -315,7 +315,10 @@
  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 @@
   (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