build: fix build after nfpm change to drop bindir

This commit is contained in:
Nick Craig-Wood 2020-05-27 16:57:10 +01:00
parent 4d7254f88f
commit a0922643e6
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ description: |
vendor: "rclone"
homepage: "https://rclone.org"
license: "MIT"
bindir: "/usr/bin"
# No longer supported? See https://github.com/goreleaser/nfpm/issues/144
# bindir: "/usr/bin"
files:
./rclone: "/usr/bin/rclone"
./README.html: "/usr/share/doc/rclone/README.html"