From b48815c1a5438126987e6c1a80844fbfb8e1e47a Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 13 Dec 2016 18:00:50 +0330 Subject: fixed yet again --- extra-tools/CITPreBuildDep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra-tools') diff --git a/extra-tools/CITPreBuildDep.sh b/extra-tools/CITPreBuildDep.sh index 2ff372e..f7be0db 100755 --- a/extra-tools/CITPreBuildDep.sh +++ b/extra-tools/CITPreBuildDep.sh @@ -9,7 +9,7 @@ "./configure" "make" "sudo" make install -"update-alternatives" --install /usr/bin/cmake cmake /usr/local/bin/cmake 1 --force +"sudo" update-alternatives --install /usr/bin/cmake cmake /usr/local/bin/cmake 1 --force #building llvm and clang 4.0.0 "cd" ~ -- cgit v1.2.3