From 8dca631d66475482a3b1a7539103affd744bba3f Mon Sep 17 00:00:00 2001 From: bartbes Date: Sun, 13 Feb 2011 17:33:41 +0100 Subject: [PATCH] Fixed nlove makefile --- nlove/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlove/Makefile b/nlove/Makefile index 61c8aaa..fb83dd6 100755 --- a/nlove/Makefile +++ b/nlove/Makefile @@ -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))