[prev in list] [next in list] [prev in thread] [next in thread] 

List:       aspell-user
Subject:    Re: [aspell] Aspell .31.1 now Available
From:       teg () redhat ! com (Trond Eivind=?iso-8859-1?q?_Glomsr=F8d?=)
Date:       2000-06-19 2:49:10
Message-ID: xuyem5u2xnd.fsf () hoser ! devel ! redhat ! com
[Download RAW message or body]

Kevin Atkinson <kevinatk@home.com> writes:

> On 18 Jun 2000, Trond Eivind Glomsrød wrote:
> 
> > Kevin Atkinson <kevinatk@home.com> writes:
> > 
> > > Aspell .31.1 is now available. This release should work better with
> > > ispell.el 3.3 and fixes a bug when aspell will not create a
> > > complete word list on some platforms. 
> > 
> > It seems you broke DESTDIR behaviour:

[...]
 
> I have 0 experence with DESTDIR.  Care to submit a patch.  It works up to
> this point because automake took care of it.

Yes, but not for own custom install-data-hook.

The attached patch seems to work.


["aspell-.31.1-destdir.patch" (aspell-.31.1-destdir.patch)]
Content-Disposition: attachment; filename=aspell-.31.1-destdir.patch
Content-Description: patch for aspell

diff -uNr aspell-.31.1.orig/data/Makefile.am aspell-.31.1/data/Makefile.am
--- aspell-.31.1.orig/data/Makefile.am	Sat Jun 17 23:56:48 2000
+++ aspell-.31.1/data/Makefile.am	Sun Jun 18 22:32:24 2000
@@ -27,8 +27,8 @@
 	echo ${dictdir}/english > en-aspell.pwli
 
 install-data-hook:
-	-rm -f ${dictdir}/english.wrd
-	-rm -f ${dictdir}/english.sl
-	cd ${dictdir}; test -e american || ln -s english american
+	-rm -f $(DESTDIR)${dictdir}/english.wrd
+	-rm -f $(DESTDIR)${dictdir}/english.sl
+	cd $(DESTDIR)${dictdir}; test -e american || ln -s english american
 
 EXTRA_DIST = english.wl ${pkgdata_DATA} *.txt mkchardata english-phony


-- 
Trond Eivind Glomsrød
Red Hat, Inc.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic