mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:21:53 +02:00
Updated nlove Makefile to point to newer revision
This commit is contained in:
parent
f4bd1f2da8
commit
7e2ca971d2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user