Skip to content

Commit

Permalink
git: windows: use cp and hardlinks to merge files
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 1da98a6 commit e597cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ case "${ARCH}" in
wget -O $input/git-${ARCH}.tar.bz2 "$win_git_url"
cd $output
tar xvjf $input/git-${ARCH}.tar.bz2
mv -f Library/* .
rmdir Library
cp -rl Library/* .
rm -rf Library
rm -rf info

# Extra files on Windows (sh.exe, cp.exe, etc.)
Expand Down

0 comments on commit e597cfd

Please sign in to comment.