summaryrefslogtreecommitdiffstats
path: root/package/wsapi
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-31 17:59:52 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-31 17:59:52 +0100
commit42fa5bcbfb48f188c2c180854c0bbdefd98c32c8 (patch)
tree65fcf28cd1f8ce5088652bff80a8975b137330c1 /package/wsapi
parentf5c6d238cfd64a14aab94b3531cb428d01cec4a1 (diff)
downloadbuildroot-42fa5bcbfb48f188c2c180854c0bbdefd98c32c8.tar.gz
buildroot-42fa5bcbfb48f188c2c180854c0bbdefd98c32c8.zip
package/lua*: fix indentation of license file lists
The Luarocks addon does not properly indent with a tab, let's fix that manually for the time being, to avoid check-package complaints. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/wsapi')
-rw-r--r--package/wsapi/wsapi.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/wsapi/wsapi.mk b/package/wsapi/wsapi.mk
index ad62a05f5a..d67efd0e7b 100644
--- a/package/wsapi/wsapi.mk
+++ b/package/wsapi/wsapi.mk
@@ -8,7 +8,7 @@ WSAPI_VERSION = 1.7-1
WSAPI_SUBDIR = wsapi
WSAPI_LICENSE = MIT
WSAPI_LICENSE_FILES = \
- $(WSAPI_SUBDIR)/doc/us/license.html \
- $(WSAPI_SUBDIR)/doc/us/license.md
+ $(WSAPI_SUBDIR)/doc/us/license.html \
+ $(WSAPI_SUBDIR)/doc/us/license.md
$(eval $(luarocks-package))
OpenPOWER on IntegriCloud