diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-13 14:30:50 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-13 14:30:50 +0000 |
commit | b48815c1a5438126987e6c1a80844fbfb8e1e47a (patch) | |
tree | 3ba06343b72b748568e5cde53c21a9d725268acc /extra-tools/CITPreBuildDep.sh | |
parent | fixed (diff) | |
download | mutator-b48815c1a5438126987e6c1a80844fbfb8e1e47a.tar.gz mutator-b48815c1a5438126987e6c1a80844fbfb8e1e47a.zip |
fixed yet again
Diffstat (limited to '')
-rwxr-xr-x | extra-tools/CITPreBuildDep.sh | 2 |
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" ~ |