Skip to content
Snippets Groups Projects
Commit bb97dfd3 authored by nimrod's avatar nimrod
Browse files

Fix some issues on OpenBSD.

parent 3b271e82
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ $(DESTDIR)/bin/docker-machine-driver-kvm: ...@@ -118,7 +118,7 @@ $(DESTDIR)/bin/docker-machine-driver-kvm:
$(HELM_HOME)/plugins/helm-diff/bin/diff: $(DESTDIR)/bin/helm $(HELM_HOME)/plugins/helm-diff/bin/diff: $(DESTDIR)/bin/helm
mkdir -p $(HELM_HOME)/plugins mkdir -p $(HELM_HOME)/plugins
-helm plugin remove diff -helm plugin remove diff
$(DESTDIR)/bin/helm plugin install https://github.com/databus23/helm-diff --version master -$(DESTDIR)/bin/helm plugin install https://github.com/databus23/helm-diff --version master
$(DESTDIR)/bin/gomplate: $(DESTDIR)/bin/gomplate:
mkdir -p $$(dirname $@) mkdir -p $$(dirname $@)
...@@ -127,7 +127,7 @@ $(DESTDIR)/bin/gomplate: ...@@ -127,7 +127,7 @@ $(DESTDIR)/bin/gomplate:
$(DESTDIR)/bin/envconsul: $(DESTDIR)/bin/envconsul:
mkdir -p $$(dirname $@) mkdir -p $$(dirname $@)
$(curl) https://releases.hashicorp.com/envconsul/0.8.0/envconsul_0.8.0_$(goos)_$(goarch).tgz | tar -xzC $$(dirname $@) -$(curl) https://releases.hashicorp.com/envconsul/0.8.0/envconsul_0.8.0_$(goos)_$(goarch).tgz | tar -xzC $$(dirname $@) -f -
## Vendored files ## Vendored files
...@@ -218,7 +218,7 @@ Documents/bin/rabbitmqadmin: ...@@ -218,7 +218,7 @@ Documents/bin/rabbitmqadmin:
ssh-keygen -y -f $< > $@ ssh-keygen -y -f $< > $@
.ssh/authorized_keys: .ssh/localhost.pub .ssh/authorized_keys: .ssh/localhost.pub
ansible localhost -c local -i localhost, -m authorized_key -a "user=$$(whoami) key='$$(cat $<)' key_options='from=\"127.0.0.1/8\"'" ansible localhost -c local -i localhost, -m authorized_key -a "user=$$(whoami) key='$$(cat .ssh/localhost.pub)' key_options='from=\"127.0.0.1/8\"'"
.bash_completion.d/minishift: $(DESTDIR)/bin/minishift .bash_completion.d/minishift: $(DESTDIR)/bin/minishift
mkdir -p $$(dirname $@) mkdir -p $$(dirname $@)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment