mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
Fixed nlove makefile
This commit is contained in:
@@ -41,7 +41,7 @@ endef
|
|||||||
define Package/nlove/install
|
define Package/nlove/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/nlove $(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
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,nlove))
|
$(eval $(call BuildPackage,nlove))
|
||||||
|
|||||||
Reference in New Issue
Block a user