bugfix: Goreleaser now requires explicit bindir. As we are not a distro package, use /usr/local/bin/, which matches the systemd unit file, and the Linux filesystem standard.
This commit is contained in:
parent
17c1804129
commit
2d7157703c
|
|
@ -143,6 +143,8 @@ nfpms:
|
||||||
- deb
|
- deb
|
||||||
- rpm
|
- rpm
|
||||||
|
|
||||||
|
bindir: /usr/local/bin/
|
||||||
|
|
||||||
contents:
|
contents:
|
||||||
- src: OliveTin.service
|
- src: OliveTin.service
|
||||||
dst: /etc/systemd/system/OliveTin.service
|
dst: /etc/systemd/system/OliveTin.service
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue