1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 23:48:09 +00:00

Update scripts

This commit is contained in:
Darren Shepherd
2015-02-14 09:35:46 -07:00
parent c997143d22
commit 2911946aad
8 changed files with 21 additions and 8 deletions

View File

@@ -10,7 +10,9 @@ if [ -f ./build/bootstrap.envs ];then
. ./build/bootstrap.envs
fi
export GOPATH=$(pwd)/Godeps/_workspace:$(pwd)/gopath
if [ -z "$ROS_CUSTOM_GOPATH" ]; then
export GOPATH=$(pwd)/Godeps/_workspace:$(pwd)/gopath
fi
PACKAGE=./gopath/src/$(<.package)