From 7e2ca971d2fc7146852f455f844aaf99e26b183b Mon Sep 17 00:00:00 2001 From: bartbes Date: Sat, 6 Nov 2010 17:51:31 +0100 Subject: [PATCH] Updated nlove Makefile to point to newer revision --- nlove/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nlove/Makefile b/nlove/Makefile index d06cb71..ff0d3bf 100755 --- a/nlove/Makefile +++ b/nlove/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nlove -PKG_REV:=445 +PKG_REV:=459 PKG_VERSION:=r$(PKG_REV) PKG_RELEASE:=1 @@ -40,9 +40,7 @@ endef define Package/nlove/install - $(INSTALL_DIR) $(1)/usr/lib $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/liblove.so $(1)/usr/lib/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/nlove $(1)/usr/bin/ endef