diff options
author | W. Michael Petullo <mike@flyn.org> | 2014-10-19 22:40:02 -0400 |
---|---|---|
committer | W. Michael Petullo <mike@flyn.org> | 2014-10-19 22:40:20 -0400 |
commit | daf12e3256c02f3d66622c2ba348509f9b625a8b (patch) | |
tree | d582c4e8f94e1be1c17c73afbc6c82f46f267b85 /mail/bogofilter | |
parent | d67610ac778896a6302162503501fafa30bd5307 (diff) |
bogofilter: create /usr/sbin before installing postfix-bogofilter there
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'mail/bogofilter')
-rw-r--r-- | mail/bogofilter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index c004a0d03..4300c6ada 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -39,7 +39,8 @@ CONFIGURE_ARGS += --disable-unicode define Package/bogofilter/install $(INSTALL_DIR) $(1)/etc/ \ - $(1)/usr/bin + $(1)/usr/bin \ + $(1)/usr/sbin $(INSTALL_CONF) $(PKG_BUILD_DIR)/bogofilter.cf.example $(1)/etc/bogofilter.cf $(INSTALL_BIN) ./files/postfix-bogofilter $(1)/usr/sbin/postfix-bogofilter $(CP) $(PKG_INSTALL_DIR)/usr/bin/bf_compact $(1)/usr/bin/ |