]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
DMA: add empty mail.conf needed by WIO
authorAlexander Marx <alexander.marx@ipfire.org>
Mon, 14 Sep 2015 12:33:36 +0000 (14:33 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 14 Sep 2015 12:49:29 +0000 (13:49 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/dma

diff --git a/lfs/dma b/lfs/dma
index 9fe49ab094f22ecf4b72ce1a49aab786082f660b..5d52a766b0310e04610e8a9df6ec2b21a5f5455d 100644 (file)
--- a/lfs/dma
+++ b/lfs/dma
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = dma
-PAK_VER    = 1
+PAK_VER    = 2
 
 ###############################################################################
 # Top-level Rules
@@ -74,6 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        mkdir -pv /var/ipfire/dma
+       touch /var/ipfire/dma/mail.conf
        cd $(DIR_APP) && sed -i '/PREFIX/s/usr\/local/usr/g' Makefile
        cd $(DIR_APP) && sed -i '/CONFDIR/s/etc\/dma/var\/ipfire\/dma/g' Makefile
        cd $(DIR_APP) && make