1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-28 22:23:51 +03:00

Fixed nlove makefile

This commit is contained in:
bartbes 2011-02-13 17:33:41 +01:00
parent 90251ca0ba
commit 8dca631d66

View File

@ -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))