gunnar: server/kolab-webclient Makefile,1.2,1.3

cvs at kolab.org cvs at kolab.org
Thu Sep 18 21:52:33 CEST 2008


Author: gunnar

Update of /kolabrepository/server/kolab-webclient
In directory doto:/tmp/cvs-serv25402/kolab-webclient

Modified Files:
	Makefile 
Log Message:
Fixed the path to the stage directory.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	16 Sep 2008 14:26:10 -0000	1.2
+++ Makefile	18 Sep 2008 19:52:31 -0000	1.3
@@ -39,7 +39,7 @@
 
 .PHONY: dist
 dist: all
-	cp $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm ../../stage/
+	cp $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm ../stage/
 
 .PHONY: clean
 clean:





More information about the commits mailing list