all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Petter Reinholdtsen <pere@hungry.com>
Subject: Small install patch for emacs leim 21.2
Date: Wed, 15 May 2002 17:29:47 +0200	[thread overview]
Message-ID: <E1780ip-0006tW-00@saruman.uio.no> (raw)


Here is a small patch to the install rules for emacs leim 21.2.  When
I compile emacs in a Store linktree (generated using lndir), the lisp
files are left behind, and only symlinks are copied.  Adding 'h' to
the tar option list forces it to follow symlinks, and copy the real
files.  Please include this patch in the next emacs release.

I reported this bug for the emacs package for version 21.1, and it was
fixed in emacs 21.2.  Then, I did not check the other emacs-related
packages. It might be a good idea to check these (elisp-manual comes
to mind :-), to see if the problem is present there as well.

diff -ur src-21.2/leim/Makefile.in src-21.2-sun4os58/leim/Makefile.in
--- src-21.2/leim/Makefile.in	Thu May 24 13:57:18 2001
+++ src-21.2-sun4os58/leim/Makefile.in	Wed May 15 17:19:18 2002
@@ -198,13 +198,13 @@
 	  rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/ja-dic ; \
 	  echo "Copying leim files to ${INSTALLDIR} ..." ; \
 	  if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \
-	    tar -cf - leim-list.el quail ja-dic \
+	    tar -chf - leim-list.el quail ja-dic \
 		| (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
 	  else \
-	    tar -cf - leim-list.el quail \
+	    tar -chf - leim-list.el quail \
 		| (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
 	    cd ${srcdir}; \
-	    tar -cf - quail/* ja-dic \
+	    tar -chf - quail/* ja-dic \
 		| (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
 	  fi; \
 	else true; fi

             reply	other threads:[~2002-05-15 15:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-15 15:29 Petter Reinholdtsen [this message]
2002-05-17 11:09 ` Small install patch for emacs leim 21.2 Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1780ip-0006tW-00@saruman.uio.no \
    --to=pere@hungry.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.