Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit b9d2554

Browse files
authored
Merge pull request #817 from profclems/goreleaser-fix
goreleaser: fix nfpms install dir to use /usr/bin
2 parents 4759d41 + dd9b3ba commit b9d2554

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.goreleaser.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,15 @@ nfpms:
119119
vendor: Clement Sam
120120
homepage: https://github.com/profclems/glab
121121
maintainer: Clement Sam <clementsam75@gmail.com>
122-
description: An open source gitlab cli tool
122+
description: An open source GitLab CLI tool
123123
license: MIT
124124
formats:
125125
- apk
126126
- deb
127127
- rpm
128128
dependencies:
129129
- git
130-
# Override default /usr/local/bin destination for binaries
131-
# Since glab is already archived in the bin directory it would install in /usr/bin/glab
132-
bindir: /usr
130+
bindir: /usr/bin
133131
contents:
134132
- src: "./share/man/man1/glab*.1"
135133
dst: "/usr/share/man/man1"

0 commit comments

Comments
 (0)