소스 검색

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.

jamesread 4 년 전
부모
커밋
2d7157703c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .goreleaser.yml

+ 2 - 0
.goreleaser.yml

@@ -143,6 +143,8 @@ nfpms:
       - deb
       - rpm
 
+    bindir: /usr/local/bin/
+
     contents:
       - src: OliveTin.service
         dst: /etc/systemd/system/OliveTin.service