[arch-commits] Commit in nginx/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu Jun 26 09:26:45 UTC 2014


    Date: Thursday, June 26, 2014 @ 11:26:45
  Author: bpiotrowski
Revision: 215473

upgpkg: nginx 1.6.0-5

add missing man page (FS#40925)

Modified:
  nginx/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-26 09:01:07 UTC (rev 215472)
+++ PKGBUILD	2014-06-26 09:26:45 UTC (rev 215473)
@@ -7,7 +7,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'
@@ -95,6 +95,9 @@
   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:




More information about the arch-commits mailing list