package.lua: Fix source package not containing scripts.c

This commit is contained in:
tdesveaux 2019-05-30 19:10:28 +02:00
parent 465e35e14d
commit e4d8121f9c

View File

@ -229,6 +229,7 @@ if kind == "source" then
}
local includeList = {
"build",
"src/scripts.c",
}
if not execQuiet("git rm --cached -r -f --ignore-unmatch "..table.concat(excludeList, ' ')) or