[bt-devel] rpms

Troy A. Griffitts bt-devel@crosswire.org
Mon, 07 May 2001 15:51:54 -0700


This seems to get changed quite a bit (along with most everything in
Makefile.cfg) during the development process.  It should be /usr.  It is
fixed right now such that a make install_config works appropriately by
installing an /etc/sword.conf that points to files in /usr/share/sword,
and also binaries and libs to /usr/bin and /usr/lib.  This is the
standard release default.  Now, whether or not it SHOULD be the standard
release default might be an issue with others.  :)

		-Troy.





Martin Gruner wrote:
> 
> > the current standard amoung most of the distros is to use /etc/sword.conf
> > and /usr/share/sword.
> 
> The sword/Makefile.cfg in cvs has
> instdir   := /usr/local/sword.
> 
> Did you create all the rpms at crosswire using /usr/share/sword?
> Should the Makefile.cfg be changed if all of the distros require it different?
> 
> Martin