On 06/24/2010 06:36 PM, Jochen Schmitt wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hallo,

I want to make the suggestion to put the emacs mode files which
you deliver with gnu-smalltalk into a seperate directory. Therefore
I have create a patch which I have introduced on gnu-smalltalk-3.2-3.fc14.

the content of this patch you may find below for upstream integration.

Best Regards:

Jochen Schmitt

diff -up smalltalk-3.2/Makefile.am.emx smalltalk-3.2/Makefile.am
- --- smalltalk-3.2/Makefile.am.emx       2010-05-02 09:06:58.000000000
+0200
+++ smalltalk-3.2/Makefile.am   2010-06-23 19:15:28.336773575 +0200
@@ -69,7 +69,9 @@ bin_SCRIPTS = gst-config
  DISTCLEANFILES = termbold termnorm pkgrules.tmp
  CLEANFILES = gst.im $(nodist_lisp_LISP) $(nodist_lispstart_LISP)

- -lispstartdir = $(lispdir)/site-start.d
+sitelispdir = ${datadir}/emacs/site-lisp
+lispdir = ${sitelispdir}/gnu-smalltalk
+lispstartdir = $(sitelispdir)/site-start.d

I'm applying this instead:

diff --git a/Makefile.am b/Makefile.am
index a98e099..9f24d42 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,6 +69,7 @@ bin_SCRIPTS = gst-config
 DISTCLEANFILES = termbold termnorm pkgrules.tmp
 CLEANFILES = gst.im $(nodist_lisp_LISP) $(nodist_lispstart_LISP)

+lispdir = ${datadir}/emacs/site-lisp
 lispstartdir = $(lispdir)/site-start.d

 if WITH_EMACS

Since on Fedora I found that quite a few packages install straight in site-lisp.

Thanks!

Paolo

_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to