From fdc598f0ef23202f882200d2d26a2826e509c932 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Wed, 30 Nov 2016 22:42:45 +0000 Subject: [PATCH] Fix postfix, dovecot recipes --- dovecot/Makefile | 2 +- postfix/Makefile | 2 +- postfixadmin/setup-postfixadmin.sh | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dovecot/Makefile b/dovecot/Makefile index ba757e7..495f587 100644 --- a/dovecot/Makefile +++ b/dovecot/Makefile @@ -6,6 +6,6 @@ OUTPUTS := $(INPUTS:%=$(DST)/%) all: $(OUTPUTS) -$(DST)/%: configuration/% +$(DST)/%: % @mkdir -p $(@D) cp $^ $@ diff --git a/postfix/Makefile b/postfix/Makefile index fb35215..76a1bdb 100644 --- a/postfix/Makefile +++ b/postfix/Makefile @@ -16,6 +16,6 @@ OUTPUTS := $(INPUTS:%=$(DST)/%) all: $(OUTPUTS) -$(DST)/%: configuration/% +$(DST)/%: % @mkdir -p $(@D) cp $^ $@ diff --git a/postfixadmin/setup-postfixadmin.sh b/postfixadmin/setup-postfixadmin.sh index 7fcb269..b19e9e2 100755 --- a/postfixadmin/setup-postfixadmin.sh +++ b/postfixadmin/setup-postfixadmin.sh @@ -30,4 +30,3 @@ if [[ postfixadmin.conf -nt /etc/httpd/conf.d/postfixadmin.conf ]]; then echo Configuring postfixadmin in Apache. sudo cp postfixadmin.conf /etc/httpd/conf.d/postfixadmin.conf fi -sudo yum install php-imap -- 2.40.1