gunnar: server/kolabd Makefile,1.21,1.22

cvs at kolab.org cvs at kolab.org
Tue Jan 19 05:53:28 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolabd
In directory doto:/tmp/cvs-serv6448/kolabd

Modified Files:
	Makefile 
Log Message:
Allow to use the staging area for an update. Copy the binary packages into the staging area too.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/kolabd/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile	18 Jan 2010 10:55:16 -0000	1.21
+++ Makefile	19 Jan 2010 04:53:26 -0000	1.22
@@ -21,7 +21,8 @@
 	$(RPM) -bB $(PACKAGE).spec
 
 dist: all
-	cp $(KOLABRPMPKG)/$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm ../stage/
+	cp $(KOLABRPMPKG)/$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm ../stage/source
+	cp $(KOLABRPMPKG)/$(PACKAGE)-$(VERSION)-$(RELEASE).$(PLATTAG).rpm ../stage/$(PLATTAG)
 
 tar:
 	test -d $(MAKETAR)/$(PACKAGE) || mkdir -p $(MAKETAR)/$(PACKAGE)





More information about the commits mailing list