cloudfoundry-attic / bosh-softlayer-cpi-release-DEPRECATED-TO_BE_DELETED

A BOSH release for the bosh-softlayer-cpi written in Golang and using the new BOSH external CPI release fashion.
Apache License 2.0
3 stars 8 forks source link

On Mac OS, the packages/cpi/packaging script can now work properly #4

Closed xingzhou closed 8 years ago

xingzhou commented 9 years ago

one issue is the following line in the script:

export GOROOT=$(readlink -nf $pkgs_dir/golang_1.3)

the readlink command has no -f option

maximilien commented 8 years ago

Closing this since no longer valid I think as per @karafelix new change