package.lua: Fix source package not containing scripts.c
This commit is contained in:
parent
465e35e14d
commit
e4d8121f9c
@ -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
|
||||
|
Reference in New Issue
Block a user