diff options
author | bloodstalker <thabogre@gmail.com> | 2018-03-19 14:54:48 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-03-19 14:54:48 +0000 |
commit | 65673508b45fea05f84039edc7751cefcdf785fc (patch) | |
tree | 6fa90351d193c16c29a9fe7869cf4e5310bc5a11 /extra-tools/capstoneubuntu14.sh | |
parent | some fixes (diff) | |
download | mutator-65673508b45fea05f84039edc7751cefcdf785fc.tar.gz mutator-65673508b45fea05f84039edc7751cefcdf785fc.zip |
fix for travis
Diffstat (limited to '')
-rwxr-xr-x | extra-tools/capstoneubuntu14.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra-tools/capstoneubuntu14.sh b/extra-tools/capstoneubuntu14.sh index 4c895e4..a39cb26 100755 --- a/extra-tools/capstoneubuntu14.sh +++ b/extra-tools/capstoneubuntu14.sh @@ -3,7 +3,7 @@ cd $(dirname $0) "wget" https://github.com/aquynh/capstone/archive/3.0.5-rc2.tar.gz -o capstone.tar.gz -"tar" -xvzf capstone.tar.gz +"tar" -xvzf 3.0.5-rc2.tar.gz "cd" capstone* "make" sudo make install |