gunnar: server/horde/horde-kolab-client Makefile,1.1,1.2

cvs at kolab.org cvs at kolab.org
Thu Aug 2 09:57:15 CEST 2007


Author: gunnar

Update of /kolabrepository/server/horde/horde-kolab-client
In directory doto:/tmp/cvs-serv23115/horde-kolab-client

Modified Files:
	Makefile 
Log Message:
Fix the Horde package Makefiles.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/horde/horde-kolab-client/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	23 Jul 2007 15:14:21 -0000	1.1
+++ Makefile	2 Aug 2007 07:57:13 -0000	1.2
@@ -1,11 +1,15 @@
+ifeq "x$(RPM)" "x"
+  RPM = $(HOME)/bin/openpkg rpm
+endif
 ifeq "x$(KOLABRPMSRC)" "x"
-  KOLABRPMSRC = /kolab/RPM/SRC
+  KOLABRPMSRC = $(HOME)/RPM/SRC
 endif
 ifeq "x$(KOLABRPMPKG)" "x"
-  KOLABRPMPKG = /kolab/RPM/PKG
+  KOLABRPMPKG = $(HOME)/RPM/PKG
+endif
+ifeq "x$(KOLABRPMTMP)" "x"
+  KOLABRPMTMP = $(HOME)/RPM/TMP
 endif
-
-RPM = /kolab/bin/openpkg rpm
 
 PACKAGE = $(shell grep "%define[ ]*V_package" *.spec | sed -e "s/.*V_package \([a-z-]*\).*/\1/")
 YEAR = $(shell grep "%define[ ]*V_year" *.spec | sed -e "s/.*V_year\s*\([0-9]*\).*/\1/")





More information about the commits mailing list