Skip to content

Commit

Permalink
Fix tabs in lime-proto-bmx6
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 406f843 commit 232f5d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lime-proto-bmx6/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ endef
define Package/$(PKG_NAME)/install
@mkdir -p $(1)/usr/lib/lua/lime/proto || true
$(CP) ./build/bmx6.lua $(1)/usr/lib/lua/lime/proto/
$(INSTALL_BIN) ./build/bmx2hosts $(1)/usr/bin/
$(INSTALL_BIN) ./build/85-add-bmx6-addresses-to-hosts $(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

$(eval $(call BuildPackage,$(PKG_NAME)))
Expand Down

0 comments on commit 232f5d7

Please sign in to comment.