mirror of
https://github.com/minio/minio.git
synced 2024-12-25 06:35:56 -05:00
Makefile: Create bin directory if it doesn't exist (#6050)
This commit is contained in:
parent
001d9a4ae7
commit
d94500ae26
2
Makefile
2
Makefile
@ -89,7 +89,7 @@ pkg-list:
|
||||
# Builds minio and installs it to $GOPATH/bin.
|
||||
install: build
|
||||
@echo "Installing minio binary to '$(GOPATH)/bin/minio'"
|
||||
@cp $(PWD)/minio $(GOPATH)/bin/minio
|
||||
@mkdir -p $(GOPATH)/bin && cp $(PWD)/minio $(GOPATH)/bin/minio
|
||||
@echo "Installation successful. To learn more, try \"minio --help\"."
|
||||
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user