aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-flocq.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-flocq.sh')
-rwxr-xr-xdev/ci/ci-flocq.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/ci-flocq.sh b/dev/ci/ci-flocq.sh
index 7a9531216e..a3a704091b 100755
--- a/dev/ci/ci-flocq.sh
+++ b/dev/ci/ci-flocq.sh
@@ -3,6 +3,6 @@
ci_dir="$(dirname "$0")"
. "${ci_dir}/ci-common.sh"
-git_download Flocq
+git_download flocq
-( cd "${CI_BUILD_DIR}/Flocq" && autoconf && ./configure && ./remake "-j${NJOBS}" && ./remake install )
+( cd "${CI_BUILD_DIR}/flocq" && autoconf && ./configure && ./remake "-j${NJOBS}" && ./remake install )