diff options
author | bloodstalker <thabogre@gmail.com> | 2019-12-06 09:37:36 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-12-06 09:37:36 +0000 |
commit | c2826edb6de9f17936d87cd356c3e1b105384508 (patch) | |
tree | 39749053891e60229b047ea4f6ce3fc1dd40f667 | |
parent | travis fix [appveyor skip] (diff) | |
download | mutator-c2826edb6de9f17936d87cd356c3e1b105384508.tar.gz mutator-c2826edb6de9f17936d87cd356c3e1b105384508.zip |
travis fix [appveyor skip]
-rwxr-xr-x | extra-tools/capstoneubuntu14.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra-tools/capstoneubuntu14.sh b/extra-tools/capstoneubuntu14.sh index 97d30b6..e0722f1 100755 --- a/extra-tools/capstoneubuntu14.sh +++ b/extra-tools/capstoneubuntu14.sh @@ -4,8 +4,7 @@ cd $(dirname $0) "wget" https://github.com/aquynh/capstone/archive/3.0.5-rc2.tar.gz -o capstone.tar.gz "tar" -xvzf 3.0.5-rc2.tar.gz -"ls" capstone* -"cd" capstone* +"cd" capstone-3.0.5-rc2 "make" sudo make install "cd" .. |