That is not the problem. (I actually applied your patch a while ago, but just noticed that this code occurs in 2 places-does not cause the problem though.)
mg Am Freitag, 16. Juli 2004 22:08 schrieb Hugo van der Kooij: > On Fri, 16 Jul 2004, Daniel Glassey wrote: > > We are hopefully going to release a bugfix package for 1.5.7(better late > > than never). A release candidate is at > > > > http://www.crosswire.org/~dglassey/sword-1.5.7a.tar.gz > > > > It is identical to the source used to create the latest (just uploaded) > > Debian packages. > > It is missing a fix I send in earlier and was commited to CVS that > prevents building it cleanly as non-root. > > --- sword-1.5.7/Makefile.in.OLD 2003-12-26 06:55:43.000000000 +0100 > +++ sword-1.5.7/Makefile.in 2004-01-10 10:37:45.000000000 +0100 > @@ -879,8 +879,8 @@ > @echo "" > > install_config: > - @echo "[Install]" > /etc/sword.conf > - @echo "DataPath=$(pkgdatadir)/" >> /etc/sword.conf > + @echo "[Install]" > $(sysconfdir)/sword.conf > + @echo "DataPath=$(pkgdatadir)/" >> $(sysconfdir)/sword.conf > @echo "sword.conf generated" > # Tell versions [3.59,3.63) of GNU make to not export all variables. > # Otherwise a system limit (for SysV at least) may be exceeded. > > Hugo. _______________________________________________ sword-devel mailing list [EMAIL PROTECTED] http://www.crosswire.org/mailman/listinfo/sword-devel
