summaryrefslogtreecommitdiffstats
path: root/package/orbit
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/orbit
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/orbit')
-rw-r--r--package/orbit/orbit.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/orbit/orbit.mk b/package/orbit/orbit.mk
index 77549a28c1..5cf7ac643a 100644
--- a/package/orbit/orbit.mk
+++ b/package/orbit/orbit.mk
@@ -8,7 +8,7 @@ ORBIT_VERSION = 2.2.4-1
ORBIT_SUBDIR = orbit
ORBIT_LICENSE = MIT
ORBIT_LICENSE_FILES = \
- $(ORBIT_SUBDIR)/doc/us/license.html \
- $(ORBIT_SUBDIR)/doc/us/license.md
+ $(ORBIT_SUBDIR)/doc/us/license.html \
+ $(ORBIT_SUBDIR)/doc/us/license.md
$(eval $(luarocks-package))
OpenPOWER on IntegriCloud