kadischi/conf Makefile.am,1.2,1.3 build.conf,1.2,1.3

Darko Ilic (darko) fedora-extras-commits at redhat.com
Mon Aug 29 17:45:47 UTC 2005


Author: darko

Update of /cvs/devel/kadischi/conf
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4643/conf

Modified Files:
	Makefile.am build.conf 
Log Message:
conf files now have fixed location - /etc/kadischi/


Index: Makefile.am
===================================================================
RCS file: /cvs/devel/kadischi/conf/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.am	28 Aug 2005 10:20:16 -0000	1.2
+++ Makefile.am	29 Aug 2005 17:45:45 -0000	1.3
@@ -1,6 +1,9 @@
-confdir = $(sysconfdir)/$(PACKAGE)
+confdir = /etc/kadischi
 conf_DATA = build.conf buildstamp
 
+install-data-hook:
+	echo INSTALLDIR=$(pkgdatadir) >> $(confdir)/build.conf
+
 uninstall-hook:
 	rm -rf $(confdir)/*~
 	rmdir $(confdir)
\ No newline at end of file


Index: build.conf
===================================================================
RCS file: /cvs/devel/kadischi/conf/build.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.conf	22 Aug 2005 15:14:48 -0000	1.2
+++ build.conf	29 Aug 2005 17:45:45 -0000	1.3
@@ -10,6 +10,6 @@
 # it creates a directory (under BUILDDIR) named livecd-build_No($BUILDNUM)
 BUILDNUM=0
 
-# directory which contains kadischi scripts. If you installed kadischi somewere
-# else than in /usr/share/kadischi, change this var
-INSTALLDIR=/usr/share/kadischi
+# directory which contains kadischi scripts. Automatically generated during 
+# make install
+# INSTALLDIR=




More information about the scm-commits mailing list