Skip to content

Commit

Permalink
Rename trident's binary in installer bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
adkerr authored and kangarlou committed Jan 24, 2018
1 parent ead136c commit 38bc304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ PORT ?= 8000
ROOT = $(shell pwd)
BIN_DIR = ${ROOT}/bin
BIN ?= trident_orchestrator
TARBALL_BIN ?= trident
CLI_BIN ?= tridentctl
CLI_PKG ?= github.com/netapp/trident/cli
K8S ?= ""
Expand Down Expand Up @@ -149,7 +150,7 @@ dist_tar:
@cp ${BIN_DIR}/${CLI_BIN} /tmp/trident-installer/
@cp -a extras /tmp/trident-installer/
@mkdir -p /tmp/trident-installer/extras/bin
@cp ${BIN_DIR}/${BIN} /tmp/trident-installer/extras/bin
@cp ${BIN_DIR}/${BIN} /tmp/trident-installer/extras/bin/${TARBALL_BIN}
@cp launcher/docker-build/launcher /tmp/trident-installer/extras/bin
-rm -rf /tmp/trident-installer/setup/backend.json /tmp/trident-installer/extras/container-tools
@rm -rf /tmp/trident-installer/extras/external-etcd/etcd-copy
Expand Down

0 comments on commit 38bc304

Please sign in to comment.