aboutsummaryrefslogtreecommitdiffstats
path: root/extra-tools
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-03-19 14:54:48 +0000
committerbloodstalker <thabogre@gmail.com>2018-03-19 14:54:48 +0000
commit65673508b45fea05f84039edc7751cefcdf785fc (patch)
tree6fa90351d193c16c29a9fe7869cf4e5310bc5a11 /extra-tools
parentsome fixes (diff)
downloadmutator-65673508b45fea05f84039edc7751cefcdf785fc.tar.gz
mutator-65673508b45fea05f84039edc7751cefcdf785fc.zip
fix for travis
Diffstat (limited to 'extra-tools')
-rwxr-xr-xextra-tools/capstoneubuntu14.sh2
-rwxr-xr-xextra-tools/keystoneubuntu.sh2
2 files changed, 2 insertions, 2 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
diff --git a/extra-tools/keystoneubuntu.sh b/extra-tools/keystoneubuntu.sh
index 709ca2e..490fefc 100755
--- a/extra-tools/keystoneubuntu.sh
+++ b/extra-tools/keystoneubuntu.sh
@@ -3,7 +3,7 @@
cd $(dirname $0)
"wget" https://github.com/keystone-engine/keystone/archive/0.9.1.tar.gz -o keystone.tar.gz
-"tar" -xvzf keystone.tar.gz
+"tar" -xvzf 0.9.1.tar.gz
"cd" keystone*
"mkdir" build
"cd" build