From a3b66b429e704b61ea62b0dcecdf035fbe56c74d Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Mon, 4 Dec 2017 02:23:34 +0100 Subject: 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 --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index e60279bc6..1294a217e 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -341,7 +341,7 @@ cd $SRC cd subsurface -if [ ! -d subsurface/libdivecomputer/src ] ; then +if [ ! -d libdivecomputer/src ] ; then git submodule update --recursive fi -- cgit v1.2.3-70-g09d2