summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122020-12-13 19:30:54 +0100
committerwillemw122020-12-13 19:30:54 +0100
commit9b57f591683ae5a0eaddaedfe15d53643814435d (patch)
tree96e01cac662510e40393448b63d45e9f7f406e5e
parent39b834e849a1391c2ca0bfba5ecae612f4fbd3dd (diff)
downloadaur-9b57f591683ae5a0eaddaedfe15d53643814435d.tar.gz
Skip gzip man page
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9d105497473..8c4ce834c59d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,7 +37,7 @@ package() {
install -m644 README.{html,md} build.{html,md} "$pkgdir/usr/share/doc/pyradio"
install -dm755 "$pkgdir/usr/share/man/man1"
- gzip pyradio.1 > "$pkgdir/usr/share/man/man1/${pkgname%-git}.1.gz"
+ install -Dm644 pyradio.1 "$pkgdir/usr/share/man/man1/${pkgname%-git}.1"
python setup.py install --root="$pkgdir" --optimize=1
}