lua-resty-http: correct license file path
authorRahul Bedarkar <rahulbedarkar89@gmail.com>
Fri, 5 May 2017 08:35:55 +0000 (14:05 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 5 May 2017 08:46:23 +0000 (10:46 +0200)
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>
package/lua-resty-http/lua-resty-http.mk

index 927fdae46fdd77cbc88050c07a2e19195a3e315e..7ab8b0e222cf3570ed2528f8a617d9ed79fe9305 100644 (file)
@@ -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))