all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Small install patch for emacs leim 21.2
@ 2002-05-15 15:29 Petter Reinholdtsen
  2002-05-17 11:09 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Petter Reinholdtsen @ 2002-05-15 15:29 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Small install patch for emacs leim 21.2
  2002-05-15 15:29 Small install patch for emacs leim 21.2 Petter Reinholdtsen
@ 2002-05-17 11:09 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2002-05-17 11:09 UTC (permalink / raw)
  Cc: bug-gnu-emacs

> From: Petter Reinholdtsen <pere@hungry.com>
> Date: Wed, 15 May 2002 17:29:47 +0200
> 
> 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.

Thanks, it is fixed for the next release.

> It might be a good idea to check these (elisp-manual comes
> to mind :-), to see if the problem is present there as well.

Elisp manual's Makefile doesn't use `tar' in its `install' target.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-05-17 11:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-15 15:29 Small install patch for emacs leim 21.2 Petter Reinholdtsen
2002-05-17 11:09 ` Eli Zaretskii

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.