aboutsummaryrefslogtreecommitdiffstats
path: root/extra-tools
diff options
context:
space:
mode:
Diffstat (limited to 'extra-tools')
-rwxr-xr-xextra-tools/CITPreBuildDep.sh2
1 files changed, 1 insertions, 1 deletions
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" ~