06.08.2019, 18:02
I can't reproduce your bug, sorry. I can only assume your deploy-tools.sh script isn't the same as mine.
My steps (inside Ubuntu 16.04 chroot; copying tools instead of rebuilding them from source):
hybrid is present and a regular binary file:
I see where the issue is: the tools must be inside a directory with the name "tools". I had changed that at some point.
Just download the latest scripts from Github and try it again: https://github.com/darealshinji/scripts
My steps (inside Ubuntu 16.04 chroot; copying tools instead of rebuilding them from source):
git clone https://github.com/darealshinji/scripts
cd scripts/Hybrid/
cp -r ../../hybrid-tools/ tools
./deploy-tools.sh
hybrid is present and a regular binary file:
djcj ~/dev/scripts/Hybrid
$ file tools/Hybrid
tools/Hybrid: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/l, for GNU/Linux 2.6.32, BuildID[sha1]=07fee8cd17af233511b9d7de3850085315c29a6e, stripped
I see where the issue is: the tools must be inside a directory with the name "tools". I had changed that at some point.
Just download the latest scripts from Github and try it again: https://github.com/darealshinji/scripts