mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix build script
A git pull seems to cause things to go wrong. Just fetching the repository and checking out the version that we want seems to work better. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
035e08e633
commit
84c8213e14
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ if [ ! -d libgit2 ] ; then
|
|||
fi
|
||||
cd libgit2
|
||||
# let's build with a recent enough version of master for the latest features
|
||||
git pull origin master
|
||||
git fetch origin
|
||||
if ! git checkout v0.23.1 ; then
|
||||
echo "Can't find the right tag in libgit2 - giving up"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue