diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-02-17 13:15:38 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-02-17 13:15:38 +0100 |
commit | 27274e8b23374db4a3adbc93b4276eca2639521a (patch) | |
tree | bb5b9b9a54c65018efc6e79124c8a82b9c871ce4 /linux/makepkg | |
parent | Rewrote the updater (diff) | |
download | smolbote-27274e8b23374db4a3adbc93b4276eca2639521a.tar.xz |
Added manpage
Diffstat (limited to 'linux/makepkg')
-rw-r--r-- | linux/makepkg/PKGBUILD | 3 |
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" } |