mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
build system: fix build of libdivecomputer
Trivial fix. Do not first cd to the ./src/subsurface directory, and then prepend the subsurface directory to the path. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
0ce44b8ed1
commit
a3b66b429e
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ cd $SRC
|
|||
|
||||
cd subsurface
|
||||
|
||||
if [ ! -d subsurface/libdivecomputer/src ] ; then
|
||||
if [ ! -d libdivecomputer/src ] ; then
|
||||
git submodule update --recursive
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue