summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-02-28 12:03:29 +0300
committerorhun2020-02-28 12:03:29 +0300
commita623f905ccd0329fae72c319096cf534de6e5460 (patch)
tree80b436a29ad2afce9650836d3fd58ae3f40089b5
parente998b246540b9048aed807ba6f32e56fb6d6454d (diff)
downloadaur-a623f905ccd0329fae72c319096cf534de6e5460.tar.gz
Fix the manual page installation command
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04414eeae38d..df18dbdcd21d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,6 @@ package() {
install -Dt "$pkgdir/usr/bin/" "$srcdir/kmon"
install -Dm 644 README.md -t "$pkgdir/usr/share/doc/${pkgname%-bin}"
install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/${pkgname%-bin}"
- install -Dm 644 kmon.man "$pkgdir/usr/local/man/man8/${pkgname%-bin}.8"
+ install -Dm 644 kmon.man -t "$pkgdir/usr/local/man/man8/${pkgname%-bin}.8"
gzip "$pkgdir/usr/local/man/man8/${pkgname%-bin}.8"
} \ No newline at end of file