mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:03:10 +02:00
Fixed nlove makefile
This commit is contained in:
parent
90251ca0ba
commit
8dca631d66
@ -41,7 +41,7 @@ endef
|
||||
define Package/nlove/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/nlove $(1)/usr/bin/
|
||||
$(INSTALL_BIN) ./files/nlove-run
|
||||
$(INSTALL_BIN) $(FILES_DIR)/nlove-run $(1)/usr/bin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,nlove))
|
||||
|
Loading…
Reference in New Issue
Block a user