[sword-cvs] sword Makefile.am,1.40,1.41

sword@www.crosswire.org sword@www.crosswire.org
Fri, 16 Jan 2004 07:28:53 -0700


Update of /cvs/core/sword
In directory www:/tmp/cvs-serv9352

Modified Files:
	Makefile.am 
Log Message:
mgruner: applied Hugo's patch


Index: Makefile.am
===================================================================
RCS file: /cvs/core/sword/Makefile.am,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- Makefile.am	26 Dec 2003 05:53:13 -0000	1.40
+++ Makefile.am	16 Jan 2004 14:28:51 -0000	1.41
@@ -147,7 +147,7 @@
 	@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"