diff options
author | bloodstalker <thabogre@gmail.com> | 2019-12-06 09:23:46 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-12-06 09:23:46 +0000 |
commit | 75fde41731b5b79b3ce5c876b42926c14a88c279 (patch) | |
tree | c86fb08b0d7dcc8433d2ec7d0af8713e71192be1 /extra-tools/capstoneubuntu14.sh | |
parent | travis fix [appveyor skip] (diff) | |
download | mutator-75fde41731b5b79b3ce5c876b42926c14a88c279.tar.gz mutator-75fde41731b5b79b3ce5c876b42926c14a88c279.zip |
travis fix [appveyor skip]
Diffstat (limited to '')
-rwxr-xr-x | extra-tools/capstoneubuntu14.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra-tools/capstoneubuntu14.sh b/extra-tools/capstoneubuntu14.sh index a39cb26..4cbb40b 100755 --- a/extra-tools/capstoneubuntu14.sh +++ b/extra-tools/capstoneubuntu14.sh @@ -4,6 +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 +"rm" 3.0.5-rc2.tar.gz "cd" capstone* "make" sudo make install |