gunnar: server/kolab-webadmin Makefile,1.19,1.20

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


Author: gunnar

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

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/kolab-webadmin/Makefile,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Makefile	18 Jan 2010 10:55:17 -0000	1.19
+++ Makefile	19 Jan 2010 04:53:26 -0000	1.20
@@ -20,7 +20,8 @@
 	$(RPM) -ba $(PACKAGE).spec
 
 dist: all
-	cp $(KOLABRPMSRC)/../PKG/$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm ../stage/
+	cp $(KOLABRPMSRC)/../PKG/$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm ../stage/source
+	cp $(KOLABRPMPKG)/$(PACKAGE)-$(VERSION)-$(RELEASE).$(PLATTAG).rpm ../stage/$(PLATTAG)
 
 .PHONY: clean_all
 clean_all: clean





More information about the commits mailing list