bogofilter: create /usr/sbin before installing postfix-bogofilter there
authorW. Michael Petullo <redacted>
Mon, 20 Oct 2014 02:40:02 +0000 (22:40 -0400)
committerW. Michael Petullo <redacted>
Mon, 20 Oct 2014 02:40:20 +0000 (22:40 -0400)
Signed-off-by: W. Michael Petullo <redacted>
mail/bogofilter/Makefile

index c004a0d0374fd22cbad8c8418e2332255b18e883..4300c6adaad4ace91b55c3f413ae96c69328516a 100644 (file)
@@ -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/
git clone https://git.99rst.org/PROJECT