aboutsummaryrefslogtreecommitdiffstats
path: root/extra-tools
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-12-06 09:23:46 +0000
committerbloodstalker <thabogre@gmail.com>2019-12-06 09:23:46 +0000
commit75fde41731b5b79b3ce5c876b42926c14a88c279 (patch)
treec86fb08b0d7dcc8433d2ec7d0af8713e71192be1 /extra-tools
parenttravis fix [appveyor skip] (diff)
downloadmutator-75fde41731b5b79b3ce5c876b42926c14a88c279.tar.gz
mutator-75fde41731b5b79b3ce5c876b42926c14a88c279.zip
travis fix [appveyor skip]
Diffstat (limited to 'extra-tools')
-rwxr-xr-xextra-tools/capstoneubuntu14.sh1
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