mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix Windows versioning as well.
Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
6c4bb6ddeb
commit
009e8a32bb
6 changed files with 53 additions and 39 deletions
|
|
@ -137,12 +137,11 @@ else
|
|||
touch Release
|
||||
fi
|
||||
|
||||
|
||||
cd "$BASEDIR"/subsurface
|
||||
|
||||
# libdivecomputer
|
||||
# ensure the git submodule is present and the autotools are set up
|
||||
|
||||
cd "$BASEDIR"/subsurface
|
||||
if [ ! -d libdivecomputer/src ] ; then
|
||||
git submodule init
|
||||
git submodule update --recursive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue