Fix typo in setting for no python3 under ubuntu trusty

This commit is contained in:
Cyryl Płotnicki 2016-09-15 07:31:12 +02:00
parent 33e821f84d
commit 76ca2faf32

View file

@ -29,5 +29,5 @@ sudo apt-get -y install mono-devel mono-complete
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
DIR="$DIR/../../"
export NO_GO=true
eport NOPYTHON3=true
export NOPYTHON3=true
DIR="$DIR" $DIR/common/configure_fresh_system