Skip to content

Commit

Permalink
build: use mv -f on for windows to resolve Library issue
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Cross <[email protected]>
  • Loading branch information
xobs committed Nov 15, 2019
1 parent 8c86d11 commit 1da98a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ case "${ARCH}" in
wget -O $input/git-${ARCH}.tar.bz2 "$win_git_url"
cd $output
tar xvjf $input/git-${ARCH}.tar.bz2
mv Library/* .
mv -f Library/* .
rmdir Library
rm -rf info

Expand Down

0 comments on commit 1da98a6

Please sign in to comment.