Skip to content

Commit

Permalink
Merge pull request #2159 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…2149-to-release-0.9

[release-0.9] 🐛 fix 'make install' on mac
  • Loading branch information
openshift-merge-robot authored Oct 10, 2022
2 parents e33522c + 407e373 commit 616e12e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ build-kind-images: build-kind-images-ko
install: WHAT ?= ./cmd/...
install:
GOOS=$(OS) GOARCH=$(ARCH) go install -ldflags="$(LDFLAGS)" $(WHAT)
ln -sfr $(INSTALL_GOBIN)/kubectl-workspace $(INSTALL_GOBIN)/kubectl-ws
ln -sfr $(INSTALL_GOBIN)/kubectl-workspace $(INSTALL_GOBIN)/kubectl-workspaces
ln -sf $(INSTALL_GOBIN)/kubectl-workspace $(INSTALL_GOBIN)/kubectl-ws
ln -sf $(INSTALL_GOBIN)/kubectl-workspace $(INSTALL_GOBIN)/kubectl-workspaces
.PHONY: install

$(GOLANGCI_LINT):
Expand Down

0 comments on commit 616e12e

Please sign in to comment.