Skip to content

Commit

Permalink
Fix lime-proto-bmx6: add install dir
Browse files Browse the repository at this point in the history
Signed-off-by: Pau Escrich <p4u@dabax.net>
  • Loading branch information
p4u committed Mar 25, 2017
1 parent 232f5d7 commit 7bdb0df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/lime-proto-bmx6/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ define Build/Compile
endef

define Package/$(PKG_NAME)/install
@mkdir -p $(1)/usr/lib/lua/lime/proto || true
$(INSTALL_DIR) $(1)/usr/lib/lua/lime/proto
$(CP) ./build/bmx6.lua $(1)/usr/lib/lua/lime/proto/
$(INSTALL_DIR) $(1)/usr/bin/
$(INSTALL_DIR) $(1)/etc/uci-defaults/
$(INSTALL_BIN) ./build/bmx2hosts $(1)/usr/bin/
$(INSTALL_BIN) ./build/85-add-bmx6-addresses-to-hosts $(1)/etc/uci-defaults/
endef
Expand Down

0 comments on commit 7bdb0df

Please sign in to comment.