git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d67610a
)
bogofilter: create /usr/sbin before installing postfix-bogofilter there
author
W. Michael Petullo
<redacted>
Mon, 20 Oct 2014 02:40:02 +0000
(22:40 -0400)
committer
W. Michael Petullo
<redacted>
Mon, 20 Oct 2014 02:40:20 +0000
(22:40 -0400)
Signed-off-by: W. Michael Petullo <redacted>
mail/bogofilter/Makefile
patch
|
blob
|
history
diff --git
a/mail/bogofilter/Makefile
b/mail/bogofilter/Makefile
index c004a0d0374fd22cbad8c8418e2332255b18e883..4300c6adaad4ace91b55c3f413ae96c69328516a 100644
(file)
--- 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/
git clone https://git.99rst.org/PROJECT