mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 08:09:23 +08:00
mblaze: fix build on macos
redefine OS=Linux due to OpenWrt is always Linux Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
This commit is contained in:
parent
32151526a3
commit
761d3efc93
@ -29,6 +29,9 @@ define Package/mblaze/description
|
|||||||
and interacting with mail messages which are stored in maildir folders.
|
and interacting with mail messages which are stored in maildir folders.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
MAKE_FLAGS += \
|
||||||
|
OS="Linux"
|
||||||
|
|
||||||
define Package/mblaze/install
|
define Package/mblaze/install
|
||||||
$(INSTALL_DIR) $(1)/usr
|
$(INSTALL_DIR) $(1)/usr
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/local/bin $(1)/usr
|
$(CP) $(PKG_INSTALL_DIR)/usr/local/bin $(1)/usr
|
||||||
|
Loading…
Reference in New Issue
Block a user