1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 03:33:51 +03:00

Updated nlove Makefile to point to newer revision

This commit is contained in:
bartbes 2010-11-06 17:51:31 +01:00
parent f4bd1f2da8
commit 7e2ca971d2

View File

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