diff options
author | jan Iversen <jan@casacondor.com> | 2019-12-22 13:46:30 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-24 06:18:36 +0900 |
commit | d1490776e2375274b047043f9bda497bab196f61 (patch) | |
tree | b2b9b2287d27b333120fe728ce258de31970a9b6 /scripts | |
parent | 19b8c9a33ae8d29b189d06264d1e60c409373439 (diff) | |
download | subsurface-d1490776e2375274b047043f9bda497bab196f61.tar.gz |
build-system: correct spelling error in build.sh
the location of libdivecomputer is not subsurface/llibdivecomputer
Correct spelling error.
Signed-off-by: Jan Iversen <jan@casacondor.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index 572c62b4a..2ffae473a 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -12,7 +12,7 @@ # in subsurface/build) # # by default it puts the build folders in -# ./subsurface/llibdivecomputer/build (libdivecomputer build) +# ./subsurface/libdivecomputer/build (libdivecomputer build) # ./subsurface/build (desktop build) # ./subsurface/build-mobile (mobile build) # |