|
|
|
@ -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/esprezzo" |
|
|
|
ethdir="$workspace/src/github.com/yuriy0803" |
|
|
|
if [ ! -L "$ethdir/open-etc-pool-friends" ]; then |
|
|
|
if [ ! -L "$ethdir/open-etc-pool-friends" ]; then |
|
|
|
mkdir -p "$ethdir" |
|
|
|
mkdir -p "$ethdir" |
|
|
|
cd "$ethdir" |
|
|
|
cd "$ethdir" |
|
|
|
|