summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2017-03-27 21:00:13 +0200
committerCarlos Soriano <csoriano@gnome.org>2017-03-27 21:00:13 +0200
commit9e92f6e7ac6dfd3232534e4b523c92eb64aa8e1b (patch)
tree0508096125245bca1dff842065a5a473647049e3
parent89f1113c4d3c1a108b1706fee82b742fbaaa708d (diff)
downloadnautilus-9e92f6e7ac6dfd3232534e4b523c92eb64aa8e1b.tar.gz
build: Fix check_libgd
Forgot to change the path to check whether the subproject is initalized.
-rwxr-xr-xbuild-aux/meson/check_libgd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/meson/check_libgd.sh b/build-aux/meson/check_libgd.sh
index 9d66d6a6c..ddee16de2 100755
--- a/build-aux/meson/check_libgd.sh
+++ b/build-aux/meson/check_libgd.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-if [ ! -f "${MESON_SOURCE_ROOT}/libgd/meson.build" ]
+if [ ! -f "${MESON_SOURCE_ROOT}/subprojects/libgd/meson.build" ]
then
git \
--git-dir="${MESON_SOURCE_ROOT}/.git" \