Skip to content

Commit d70d4f6

Browse files
author
Kent Rancourt
committed
fix(client): fix make install
1 parent 56256c5 commit d70d4f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ build:
1414
CGO_ENABLED=0 godep go build -a -installsuffix cgo -ldflags '-s' -o deis .
1515
@$(call check-static-binary,deis)
1616

17-
install:
18-
godep go install -v .
17+
install: build
18+
cp deis $$GOPATH/bin
1919

2020
installer: build
2121
@if [ ! -d makeself ]; then git clone -b single-binary https://github.com/deis/makeself.git; fi

0 commit comments

Comments
 (0)