package/luarocks: fix generation of license file list in Buildroot addon

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>
This commit is contained in:
Francois Perrad 2019-01-01 08:21:20 +01:00 committed by Thomas Petazzoni
parent 7a4d5f21d9
commit f2b783a8f2

View 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