Branch '2.3-stable' - postfix/Makefile

Christoph Wickert wickert at kolabsys.com
Tue May 3 17:00:32 CEST 2011


 postfix/Makefile |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 0cf99b69a61edf392a4586396ee17a93803a260a
Author: Christoph Wickert <wickert at kolabsys.com>
Date:   Tue May 3 17:00:26 2011 +0200

    postfix: Fix Makefile to copy the second source

diff --git a/postfix/Makefile b/postfix/Makefile
index f40ae17..6e2ae7f 100644
--- a/postfix/Makefile
+++ b/postfix/Makefile
@@ -9,6 +9,9 @@ SOURCE_0=$(PACKAGE)-$(VERSION).tar.gz
 SOURCE_1_URL=http://jimsun.linxnet.com/downloads
 SOURCE_1=pflogsumm-1.1.1.tar.gz
 
+SOURCES=$(SOURCE_0) $(SOURCE_1)
+RPM_SOURCES = $(KOLABRPMSRC)/$(PACKAGE)/$(SOURCE_0) $(KOLABRPMSRC)/$(PACKAGE)/$(SOURCE_1)
+
 PATCHES=postfix-2.4.0-whoson.patch postfix.patch postfix.patch.pfls
 
 EXTRA=$(PATCHES) fsl.postfix postfix.txt rc.postfix





More information about the commits mailing list