summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33ca778ee2a0..7f4bf179d639 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,6 @@
# Contributor: sng <sng at hellug dot gr>
# Contributor: aksr <aksr at t-com dot me>
-pkgname=pyradio-git
pkgver=0.8.9.r0.gd668e00
pkgrel=1
pkgdesc="Internet radio player for the command line"
@@ -38,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
}