kadischi/conf Makefile.am,1.6,1.7 kadischi.conf,1.1,1.2

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Wed Jun 28 16:04:02 UTC 2006


Author: autopsy

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

Modified Files:
	Makefile.am kadischi.conf 
Log Message:
LIBEXEC directive info and Makefile.am changes for conf/


Index: Makefile.am
===================================================================
RCS file: /cvs/devel/kadischi/conf/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile.am	20 Jun 2006 20:30:01 -0000	1.6
+++ Makefile.am	28 Jun 2006 16:04:00 -0000	1.7
@@ -2,8 +2,10 @@
 conf_DATA = kadischi.conf buildstamp
 
 install-data-hook:
-	echo INSTALLDIR=$(pkgdatadir) >> $(DESTDIR)$(confdir)/kadischi.conf
-	echo LIBEXECDIR=$(libexecdir) >> $(DESTDIR)$(confdir)/kadischi.conf
+	sed -ie 's|# INSTALLDIR=|INSTALLDIR=$(pkgdatadir)|' $(DESTDIR)$(confdir)/kadischi.conf
+	sed -ie 's|# LIBEXECDIR=|LIBEXECDIR=$(libexecdir)|' $(DESTDIR)$(confdir)/kadischi.conf
+#	echo INSTALLDIR=$(pkgdatadir) >> $(DESTDIR)$(confdir)/kadischi.conf
+#	echo LIBEXECDIR=$(libexecdir) >> $(DESTDIR)$(confdir)/kadischi.conf
 
 uninstall-hook:
 	rm -rf $(confdir)/*~


Index: kadischi.conf
===================================================================
RCS file: /cvs/devel/kadischi/conf/kadischi.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kadischi.conf	30 Mar 2006 05:51:46 -0000	1.1
+++ kadischi.conf	28 Jun 2006 16:04:00 -0000	1.2
@@ -13,3 +13,8 @@
 # directory which contains kadischi scripts. Automatically generated during 
 # make install
 # INSTALLDIR=
+
+
+# LIBEXECDIR directive specifies where Kadischi's arch specific binaries find-live-cd and
+# scanswap are to be installed
+# LIBEXECDIR=




More information about the fedora-extras-commits mailing list