mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
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:
parent
7a4d5f21d9
commit
f2b783a8f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user