aboutsummaryrefslogtreecommitdiff
path: root/libs/libestr/Makefile
diff options
context:
space:
mode:
authorMichael Heimpold <mhei@heimpold.de>2016-09-03 00:00:54 +0200
committerMichael Heimpold <mhei@heimpold.de>2016-09-03 00:00:54 +0200
commitdef97187d25d11732925c1fc98f8c391efc08f2e (patch)
tree29263164200f156f7bb367ce4fb555a601aac314 /libs/libestr/Makefile
parent16c9bfdbf72450e68d06deef616e105f1d2ca376 (diff)
Treewide fix of typo: PKG_LICENSE_FILE --> PKG_LICENSE_FILES
Without the trailing _S_ the variable is not considered at all. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'libs/libestr/Makefile')
-rw-r--r--libs/libestr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libestr/Makefile b/libs/libestr/Makefile
index 9a551f9a5..e3b4d6bf0 100644
--- a/libs/libestr/Makefile
+++ b/libs/libestr/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libestr
PKG_VERSION:=0.1.10
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_URL:=http://libestr.adiscon.com/files/download/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -17,7 +17,7 @@ PKG_MD5SUM:=f4c9165a23587e77f7efe65d676d5e8e
PKG_MAINTAINER:=Dov Murik <dmurik@us.ibm.com>
PKG_LICENSE:=LGPL-2.1+
-PKG_LICENSE_FILE:=COPYING
+PKG_LICENSE_FILES:=COPYING
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1