martin: server/imapd Makefile,1.10,1.11

cvs at intevation.de cvs at intevation.de
Tue Jul 13 22:40:08 CEST 2004


Author: martin

Update of /kolabrepository/server/imapd
In directory doto:/tmp/cvs-serv31051

Modified Files:
	Makefile 
Log Message:
Martin K.: The paths simply have been wrong


Index: Makefile
===================================================================
RCS file: /kolabrepository/server/imapd/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile	5 Jul 2004 15:05:04 -0000	1.10
+++ Makefile	13 Jul 2004 20:40:06 -0000	1.11
@@ -15,8 +15,8 @@
  
 all: imapd-$(VERSION)-$(RELEASE).src.rpm
 	$(RPM) -ihv imapd-$(VERSION)-$(RELEASE).src.rpm
-	cp $(KOLABCVSDIR)/server/imapd/imapd.annotate.patch $(KOLABRPMSRC)/imapd/
-	cd $(KOLABRPMSRC)/imapd && patch < $(KOLABCVSDIR)/server/imapd/kolab.patch && $(RPM) -ba imapd.spec --define 'with_group yes' --define 'with_vhost_hack yes' --define 'with_annotate yes'
+	cp $(KOLABCVSDIR)/imapd.annotate.patch $(KOLABRPMSRC)/imapd/
+	cd $(KOLABRPMSRC)/imapd && patch < $(KOLABCVSDIR)/kolab.patch && $(RPM) -ba imapd.spec --define 'with_group yes' --define 'with_vhost_hack yes' --define 'with_annotate yes'
 
 imapd-$(VERSION)-$(RELEASE).src.rpm:
 	wget -c $(KOLABPKGURI)/imapd-$(VERSION)-$(RELEASE).src.rpm





More information about the commits mailing list