bogofilter: create /usr/sbin before installing postfix-bogofilter there
Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
parent
d67610ac77
commit
daf12e3256
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ CONFIGURE_ARGS += --disable-unicode
|
||||||
|
|
||||||
define Package/bogofilter/install
|
define Package/bogofilter/install
|
||||||
$(INSTALL_DIR) $(1)/etc/ \
|
$(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_CONF) $(PKG_BUILD_DIR)/bogofilter.cf.example $(1)/etc/bogofilter.cf
|
||||||
$(INSTALL_BIN) ./files/postfix-bogofilter $(1)/usr/sbin/postfix-bogofilter
|
$(INSTALL_BIN) ./files/postfix-bogofilter $(1)/usr/sbin/postfix-bogofilter
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/bin/bf_compact $(1)/usr/bin/
|
$(CP) $(PKG_INSTALL_DIR)/usr/bin/bf_compact $(1)/usr/bin/
|
||||||
|
|
Loading…
Reference in a new issue