extras-buildsys/server Makefile,1.3,1.4

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Tue Jun 28 16:46:15 UTC 2005


Author: dcbw

Update of /cvs/fedora/extras-buildsys/server
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10837/server

Modified Files:
	Makefile 
Log Message:
2005-06-28  Dan Williams <dcbw at redhat.com>

    * README
        - Fix up readme for current CVS

    Also fix up some makefiles to create the /etc/plague/[server|builder]/certs directories.




Index: Makefile
===================================================================
RCS file: /cvs/fedora/extras-buildsys/server/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	28 Jun 2005 01:41:33 -0000	1.3
+++ Makefile	28 Jun 2005 16:46:13 -0000	1.4
@@ -27,4 +27,7 @@
 	for file in $(FILES); do $(INSTALL) -m 644 $$file $(OTHERINSTDIR)/$$file; done
 	$(MKDIR) -p $(CONFIGDIR)
 	$(INSTALL) -m 755 CONFIG.py $(CONFIGDIR)/CONFIG.py
+	$(MKDIR) -p $(CONFIGDIR)/addl_pkg_arches
+	$(INSTALL) -m 755 addl_pkg_arches/devel-addl-arches $(CONFIGDIR)/addl_pkg_arches/devel-addl-arches
+	$(MKDIR) -p $(CONFIGDIR)/certs
 




More information about the fedora-extras-commits mailing list