Skip to content

Commit

Permalink
package.lua: Fix source package not containing scripts.c
Browse files Browse the repository at this point in the history
  • Loading branch information
tdesveaux committed May 30, 2019
1 parent 465e35e commit e4d8121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/package.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4d8121

Please sign in to comment.