summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkeysym2021-08-15 10:44:04 -0300
committerkeysym2021-08-15 10:44:04 -0300
commit30333e0df7c1c9367f928f81b328a7f597fe6ab7 (patch)
tree7b0b0ce3d5f9fdc728657be7cd3223dd4f909770 /PKGBUILD
parenta5b4a1376354f6f9101e0cf30a0bdec3e1882329 (diff)
downloadaur-30333e0df7c1c9367f928f81b328a7f597fe6ab7.tar.gz
Add manpage
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7c288b27e11..8d5e857a7ef7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,6 +32,7 @@ package() {
make BINDIR="${pkgdir}/usr/bin" DESTDIR="${pkgdir}" install
install -Dm 644 COPYING ../debian/copyright -t "${pkgdir}/usr/share/licenses/${pkgname}"
install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+ gzip ../debian/${pkgname}.1 && install -Dm 644 ../debian/${pkgname}.1.gz -t "${pkgdir}/usr/share/man/man1"
}
# vim: ts=2 sw=2 et: