From: Cloud User Date: Wed, 30 Nov 2016 22:42:45 +0000 (+0000) Subject: Fix postfix, dovecot recipes X-Git-Url: http://id.pley.net/postfix.git/commitdiff_plain/fdc598f0ef23202f882200d2d26a2826e509c932?ds=sidebyside;hp=04cc8df19762366dfb7f00bfaade105520d45692 Fix postfix, dovecot recipes --- 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