Skip to content

Commit

Permalink
try to modify the build scripts and not turn purple
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Nov 20, 2017
1 parent 41f361a commit 163e2e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions hack/lib/build/binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,11 @@ function os::build::make_openshift_binary_symlinks() {
ln -sf openshift "${OS_OUTPUT_BINPATH}/${platform}/${linkname}"
done
fi
if [[ -f "${OS_OUTPUT_BINPATH}/${platform}/oc" ]]; then
for linkname in "${OC_BINARY_COPY[@]}"; do
ln -sf oc "${OS_OUTPUT_BINPATH}/${platform}/${linkname}"
done
fi
}
readonly -f os::build::make_openshift_binary_symlinks

Expand Down
1 change: 0 additions & 1 deletion hack/lib/constants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ readonly OPENSHIFT_BINARY_SYMLINKS=(
osc
oadm
osadm
kubectl
kubernetes
kubelet
kube-proxy
Expand Down

0 comments on commit 163e2e7

Please sign in to comment.