mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:23:47 +01:00
build: fix nfpm install
This commit is contained in:
parent
bf2b975359
commit
605f2b819a
2
Makefile
2
Makefile
@ -93,7 +93,7 @@ build_dep:
|
|||||||
|
|
||||||
# Get the release dependencies we only install on linux
|
# Get the release dependencies we only install on linux
|
||||||
release_dep_linux:
|
release_dep_linux:
|
||||||
cd /tmp && go get github.com/goreleaser/nfpm
|
cd /tmp && go get github.com/goreleaser/nfpm/...
|
||||||
cd /tmp && go get github.com/github-release/github-release
|
cd /tmp && go get github.com/github-release/github-release
|
||||||
|
|
||||||
# Get the release dependencies we only install on Windows
|
# Get the release dependencies we only install on Windows
|
||||||
|
Loading…
Reference in New Issue
Block a user