Fix typo in setting for no python3 under ubuntu trusty
This commit is contained in:
parent
33e821f84d
commit
76ca2faf32
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue