aboutsummaryrefslogtreecommitdiff
path: root/lang/luasql/Makefile
diff options
context:
space:
mode:
authorIan Leonard <antonlacon@gmail.com>2014-11-24 23:42:42 -0800
committerIan Leonard <antonlacon@gmail.com>2014-11-24 23:43:37 -0800
commitac7cd4c6e6cd1054edb6d9d329a480a6e011ed04 (patch)
tree39d34c8508d4516752aa2ebc3df7528421dbafe7 /lang/luasql/Makefile
parent526cd2f6b574cf194b7f36f830b73cb506411730 (diff)
misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Diffstat (limited to 'lang/luasql/Makefile')
-rw-r--r--lang/luasql/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/luasql/Makefile b/lang/luasql/Makefile
index 12fbfb61f..6df105dc7 100644
--- a/lang/luasql/Makefile
+++ b/lang/luasql/Makefile
@@ -16,7 +16,7 @@ PKG_SOURCE_URL:=https://github.com/keplerproject/luasql/archive/
PKG_MD5SUM:=af9f0f3a2313a1fcf88c40700092048d
PKG_LICENSE:=MIT
-PKG_LICENSE_FILE:=docs/us/license.html
+PKG_LICENSE_FILES:=docs/us/license.html
PKG_MAINTAINER:=Nicolas Thill <nico@openwrt.org>
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)