Skip to content
Snippets Groups Projects
Commit c428e43a authored by Bartłomiej Piotrowski's avatar Bartłomiej Piotrowski
Browse files

add missing man page (FS#40925)

parent ccb024fb
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
pkgname=nginx
pkgver=1.6.0
pkgrel=4
pkgrel=5
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
arch=('i686' 'x86_64')
url='http://nginx.org'
......@@ -94,6 +94,9 @@ package() {
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
rmdir "$pkgdir"/run
install -d "$pkgdir"/usr/share/man/man8/
gzip -9c man/nginx.8 > "$pkgdir"/usr/share/man/man8/nginx.8.gz
}
# vim:set ts=2 sw=2 et:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment