diff options
| author | bloodstalker <thabogre@gmail.com> | 2019-12-06 09:29:38 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2019-12-06 09:29:38 +0000 | 
| commit | 068bafd02630374a4f7a05cee4d9fe2de9c32cea (patch) | |
| tree | 0b59656205fd2e3b54cdf95286f4481fc4774053 | |
| parent | travis fix [appveyor skip] (diff) | |
| download | mutator-068bafd02630374a4f7a05cee4d9fe2de9c32cea.tar.gz mutator-068bafd02630374a4f7a05cee4d9fe2de9c32cea.zip | |
travis fix [appveyor skip]
Diffstat (limited to '')
| -rwxr-xr-x | extra-tools/capstoneubuntu14.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/extra-tools/capstoneubuntu14.sh b/extra-tools/capstoneubuntu14.sh index 4cbb40b..97d30b6 100755 --- a/extra-tools/capstoneubuntu14.sh +++ b/extra-tools/capstoneubuntu14.sh @@ -4,7 +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 +"ls" capstone*  "cd" capstone*  "make"  sudo make install | 
