From 6cc6b87f997d7a5e848203b49bfedfaa96c53bb2 Mon Sep 17 00:00:00 2001 From: Olivier Laurent Date: Thu, 30 Apr 2020 15:55:14 +0200 Subject: renaming in Makefile.ci and ci scripts to avoid inconsistencies --- dev/ci/ci-flocq.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/ci/ci-flocq.sh') 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 ) -- cgit v1.2.3