diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2017-05-05 14:05:55 +0530 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-05 10:46:23 +0200 |
commit | 6d711c5868a4a890ef16df9f4ae6705a3abf7ca6 (patch) | |
tree | ed3063337dca2ef54951dc66fef9fc00e12a6139 /package/lua-resty-http/lua-resty-http.mk | |
parent | 40c5fff46629ac4f0f55165f9c3594980a4700ef (diff) | |
download | buildroot-6d711c5868a4a890ef16df9f4ae6705a3abf7ca6.tar.gz buildroot-6d711c5868a4a890ef16df9f4ae6705a3abf7ca6.zip |
lua-resty-http: correct license file path
LICENSE file is present in subdirectory.
Fixes:
http://autobuild.buildroot.net/results/d33/d33a322b4d2618b55849b5637082100702a91eea
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lua-resty-http/lua-resty-http.mk')
-rw-r--r-- | package/lua-resty-http/lua-resty-http.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lua-resty-http/lua-resty-http.mk b/package/lua-resty-http/lua-resty-http.mk index 927fdae46f..7ab8b0e222 100644 --- a/package/lua-resty-http/lua-resty-http.mk +++ b/package/lua-resty-http/lua-resty-http.mk @@ -7,6 +7,6 @@ LUA_RESTY_HTTP_VERSION = 0.10-0 LUA_RESTY_HTTP_SUBDIR = lua-resty-http LUA_RESTY_HTTP_LICENSE = BSD-2-Clause -LUA_RESTY_HTTP_LICENSE_FILES = LICENSE +LUA_RESTY_HTTP_LICENSE_FILES = $(LUA_RESTY_HTTP_SUBDIR)/LICENSE $(eval $(luarocks-package)) |