update env

This commit is contained in:
Christopher Franko 2015-08-07 15:51:32 -04:00
parent 272d0f5c47
commit 589c3d38a6

View file

@ -10,7 +10,7 @@ fi
# Create fake Go workspace if it doesn't exist yet. # Create fake Go workspace if it doesn't exist yet.
workspace="$PWD/build/_workspace" workspace="$PWD/build/_workspace"
root="$PWD" root="$PWD"
ethdir="$workspace/src/github.com/expanse" ethdir="$workspace/src/github.com/expanse-project"
if [ ! -L "$ethdir/go-expanse" ]; then if [ ! -L "$ethdir/go-expanse" ]; then
mkdir -p "$ethdir" mkdir -p "$ethdir"
cd "$ethdir" cd "$ethdir"