Merge pull request #1445 from LuaAndC/build-pkg-ignore-gitignore

build-pkg: do not omit gitignored files in usr
This commit is contained in:
Tony Theodore 2016-07-20 18:55:09 +10:00 committed by GitHub
commit 801a2d1d9b
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ local function gitCheckout(new_branch, deps, item2index, pass_of_deps)
end
local function gitAdd()
os.execute(GIT .. 'add --all .')
os.execute(GIT .. 'add --all --force .')
end
-- return two lists of filepaths under ./usr/