gunnar: server/make-helper package.mk,1.11,1.12

cvs at kolab.org cvs at kolab.org
Tue Jan 19 06:24:06 CET 2010


Author: gunnar

Update of /kolabrepository/server/make-helper
In directory doto:/tmp/cvs-serv7629

Modified Files:
	package.mk 
Log Message:
Corrected creating the source stage.

Index: package.mk
===================================================================
RCS file: /kolabrepository/server/make-helper/package.mk,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- package.mk	19 Jan 2010 04:53:26 -0000	1.11
+++ package.mk	19 Jan 2010 05:24:04 -0000	1.12
@@ -76,7 +76,7 @@
 
 # Prepare the staging area
 $(STAGING)/source/.dir:
-	mkdir -p $(STAGING)
+	mkdir -p $(STAGING)/source
 	touch $(STAGING)/source/.dir
 
 # Final package location





More information about the commits mailing list