From 65673508b45fea05f84039edc7751cefcdf785fc Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 19 Mar 2018 18:24:48 +0330 Subject: fix for travis --- extra-tools/capstoneubuntu14.sh | 2 +- extra-tools/keystoneubuntu.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'extra-tools') 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 -- cgit v1.2.3