summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-12-05 08:48:19 -0700
committerMark Wagie2020-12-05 08:48:19 -0700
commit66150895029c1b00c6195d1f137b6b156cd19162 (patch)
tree0285702281d5dc1c461b5a8366960940befd92ea
parent46e7e0cd9e00988958b54009ec4caff7bc2d10ea (diff)
downloadaur-66150895029c1b00c6195d1f137b6b156cd19162.tar.gz
revert previous commit
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 525fe987dc8d..23449f49a73f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,7 +45,6 @@ build() {
# Generate man page
pandoc -s -t man "doc/${pkgname%-git}.1.md" -o "doc/${pkgname%-git}.1"
- gzip "doc/${pkgname%-git}.1"
# Clean mod cache for makepkg -C
go clean -modcache
@@ -65,7 +64,7 @@ package() {
install -Dm644 LICENSE.txt \
"$pkgdir/usr/share/licenses/${pkgname%-git}/${pkgname%-git}-LICENSE"
- install -Dm644 "doc/${pkgname%-git}.1.gz" -t "$pkgdir/usr/share/man/man1"
+ install -Dm644 "doc/${pkgname%-git}.1" -t "$pkgdir/usr/share/man/man1"
install -dm755 "$pkgdir/usr/share/${pkgname%-git}/cheatsheets/community"
find "$srcdir/cheatsheets" \