package/luarocks: fix generation of license file list in Buildroot addon
authorFrancois Perrad <fperrad@gmail.com>
Tue, 1 Jan 2019 07:21:20 +0000 (08:21 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 1 Jan 2019 10:13:03 +0000 (11:13 +0100)
check-package requires an hardtab instead of 4 spaces.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/luarocks/0002-Buildroot-addon.patch

index 3d7ea1156c0f99c3b3422f2c9e34646cbae5dcf5..56b28eab2c5f47f05ae5d4f2490cd3b614e348eb 100644 (file)
@@ -235,7 +235,7 @@ index 0000000..606b94c
 +      f:write(ucname .. '_LICENSE_FILES =')
 +      for i = 1, #licenses do
 +         local file = licenses[i]
-+         f:write(' \\\n    $(' .. ucname .. '_SUBDIR)/' .. file)
++         f:write(' \\\n\t$(' .. ucname .. '_SUBDIR)/' .. file)
 +      end
 +      f:write('\n')
 +   end