From c2826edb6de9f17936d87cd356c3e1b105384508 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 6 Dec 2019 13:07:36 +0330 Subject: travis fix [appveyor skip] --- extra-tools/capstoneubuntu14.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'extra-tools') diff --git a/extra-tools/capstoneubuntu14.sh b/extra-tools/capstoneubuntu14.sh index 97d30b6..e0722f1 100755 --- a/extra-tools/capstoneubuntu14.sh +++ b/extra-tools/capstoneubuntu14.sh @@ -4,8 +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 -"ls" capstone* -"cd" capstone* +"cd" capstone-3.0.5-rc2 "make" sudo make install "cd" .. -- cgit v1.2.3