Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] lua-resty-http: correct license file path
@ 2017-05-05  8:31 Rahul Bedarkar
  0 siblings, 0 replies; only message in thread
From: Rahul Bedarkar @ 2017-05-05  8:31 UTC (permalink / raw)
  To: buildroot

LICENSE file is present in subdirectory.

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
---
 package/lua-resty-http/lua-resty-http.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/lua-resty-http/lua-resty-http.mk b/package/lua-resty-http/lua-resty-http.mk
index 927fdae..7ab8b0e 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))
-- 
2.7.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-05  8:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-05  8:31 [Buildroot] [PATCH] lua-resty-http: correct license file path Rahul Bedarkar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox