Merge pull request #25509 from bachp/openshift-size

openshift: copy symlinks into $bin/bin
This commit is contained in:
Jörg Thalheim
2017-05-04 22:12:34 +01:00
committed by GitHub

View File

@@ -36,7 +36,7 @@ in buildGoPackage rec {
installPhase = ''
mkdir -p "$bin/bin"
cp "_output/local/bin/$(go env GOOS)/$(go env GOARCH)/"* "$bin/bin/"
cp -a "_output/local/bin/$(go env GOOS)/$(go env GOARCH)/"* "$bin/bin/"
'';
meta = with stdenv.lib; {