gunnar: server/horde/horde-imp Makefile,1.3,1.4

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


Author: gunnar

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

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

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/horde/horde-imp/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	23 Jul 2007 16:06:42 -0000	1.3
+++ Makefile	2 Aug 2007 07:57:13 -0000	1.4
@@ -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
 
 HORDE_NAME = $(shell grep "%define[ ]*V_horde_name" *.spec | sed -e "s/.*V_horde_name \([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