From: Gareth S B. <bes...@us...> - 2005-04-27 03:10:52
|
Update of /cvsroot/sblim/sfcb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25615 Modified Files: Makefile.am Log Message: http://sourceforge.net/tracker/index.php?func=detail&aid=1186414&group_id=128809&atid=712784 Fix to change sfcb.cfg dir from (new) $(sysconfdir)/$(PACKAGE) to $(sysconfdir)/sfcb, since with the change in the package name from sfcb to sblim-sfcb broke this, resulting in the sfcb coming up but being unable to find the installed config file. Index: Makefile.am =================================================================== RCS file: /cvsroot/sblim/sfcb/Makefile.am,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- Makefile.am 26 Apr 2005 21:58:46 -0000 1.14 +++ Makefile.am 27 Apr 2005 03:10:39 -0000 1.15 @@ -29,7 +29,7 @@ AM_YFLAGS=-d -AM_CPPFLAGS=-DSFCB_CONFDIR=\"$(sysconfdir)/$(PACKAGE)\" \ +AM_CPPFLAGS=-DSFCB_CONFDIR=\"$(sysconfdir)/sfcb\" \ -DSFCB_STATEDIR=\"$(sfcbstatedir)\" SUBDIRS=. $(MOFC_DIR) |