gunnar: server/pear Horde.mk,1.12,1.13

cvs at kolab.org cvs at kolab.org
Tue Jun 23 13:29:38 CEST 2009


Author: gunnar

Update of /kolabrepository/server/pear
In directory doto:/tmp/cvs-serv18931/pear

Modified Files:
	Horde.mk 
Log Message:
Move the upstream directory to a higher level.

Index: Horde.mk
===================================================================
RCS file: /kolabrepository/server/pear/Horde.mk,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Horde.mk	23 Jun 2009 11:20:07 -0000	1.12
+++ Horde.mk	23 Jun 2009 11:29:36 -0000	1.13
@@ -7,7 +7,7 @@
 
 # Set the default upstream directory.
 ifeq "x$(UPSTREAM_DIR)" "x"
-  UPSTREAM_DIR = ../upstream
+  UPSTREAM_DIR = ../../upstream
 endif
 
 # Location of the PEAR script
@@ -149,7 +149,7 @@
 	  $(GIT_REPO_SC_CMD) "$(COMMIT)";                               \
 	else                                                            \
 	  cd $(UPSTREAM) && $(GIT_REPO_CO_CMD) $(GIT_REPO_URL);         \
-	  $(GIT_REPO_SC_CMD) "$(COMMIT)";                               \
+	  cd $(GIT_REPO) && $(GIT_REPO_SC_CMD) "$(COMMIT)";             \
 	fi;
 endif
 endif





More information about the commits mailing list