aboutsummaryrefslogtreecommitdiff
path: root/linux/makepkg
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-02-17 13:15:38 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-02-17 13:15:38 +0100
commit27274e8b23374db4a3adbc93b4276eca2639521a (patch)
treebb5b9b9a54c65018efc6e79124c8a82b9c871ce4 /linux/makepkg
parentRewrote the updater (diff)
downloadsmolbote-27274e8b23374db4a3adbc93b4276eca2639521a.tar.xz
Added manpage
Diffstat (limited to 'linux/makepkg')
-rw-r--r--linux/makepkg/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD
index 1f76dda..a9e178a 100644
--- a/linux/makepkg/PKGBUILD
+++ b/linux/makepkg/PKGBUILD
@@ -70,4 +70,7 @@ package() {
# Install
ninja install
+
+ # man page
+ gzip --keep --to-stdout "$srcdir/smolbote-hg/linux/man/smolbote.7" > "$pkgdir/usr/local/share/man/man7/smolbote.7.gz"
}