mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 09:11:34 +00:00
unicorn build workaround
This commit is contained in:
parent
dfb3bd8e33
commit
6013d20aef
@ -75,8 +75,13 @@ done
|
||||
|
||||
if ! which easy_install > /dev/null; then
|
||||
|
||||
echo "[-] Error: Python setup-tools not found. Run 'sudo apt-get install python-setuptools'."
|
||||
exit 1
|
||||
# work around for unusual installs
|
||||
if [ '!' -e /usr/lib/python2.7/dist-packages/easy_install.py ]; then
|
||||
|
||||
echo "[-] Error: Python setup-tools not found. Run 'sudo apt-get install python-setuptools'."
|
||||
exit 1
|
||||
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user