Skip to content

Commit

Permalink
Update PKGBUILD.template
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall authored Jul 31, 2024
1 parent 0b098d3 commit dc4c33f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/archlinux/PKGBUILD.template
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ build() {

go build -o unpackerr -ldflags "$VLDFLAGS" .
go run github.com/davidnewhall/[email protected] --manual unpackerr --version ${pkgver} --date "${DATE}" README.md
go run github.com/davidnewhall/[email protected] --manual unpackerr --version ${pkgver} --date "${DATE}" examples/MANUAL.md
gzip -9 examples/MANUAL
go run github.com/davidnewhall/[email protected] --manual unpackerr --version ${pkgver} --date "${DATE}" examples/MANUAL.md
gzip -9 examples/MANUAL
mv examples/MANUAL.gz ${pkgname}.1.gz
}

Expand Down

0 comments on commit dc4c33f

Please sign in to comment.