diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-01-31 10:59:13 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-01-31 10:59:13 +0100 |
commit | 3891a8a21b1ef695b99685a1720bc750b41361c3 (patch) | |
tree | 5b532eed541dca9573aecfd64ae407aa8ba97730 /community/nginx | |
parent | e175fdd8593579f4a606206ad703f8433f7316c5 (diff) | |
parent | a949895a0243a490d30fe355655c839fe217c580 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/libpar2/PKGBUILD
extra/audacity/PKGBUILD
extra/samba/PKGBUILD
extra/xorg-xev/PKGBUILD
Diffstat (limited to 'community/nginx')
-rw-r--r-- | community/nginx/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD index c350c9c6a..cd886d655 100644 --- a/community/nginx/PKGBUILD +++ b/community/nginx/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 81170 2012-12-12 18:31:06Z bpiotrowski $ +# $Id: PKGBUILD 83352 2013-01-30 09:08:04Z bpiotrowski $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Miroslaw Szot <mss@czlug.icis.pcz.pl> @@ -8,7 +8,7 @@ _tmpdir=/var/lib/nginx pkgname=nginx pkgver=1.2.6 -pkgrel=1 +pkgrel=2 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server' arch=('i686' 'x86_64' 'mips64el') depends=('pcre' 'zlib' 'openssl' 'geoip') @@ -90,6 +90,7 @@ package() { rm "$pkgdir"/etc/nginx/*.default install -d "$pkgdir"/$_tmpdir + install -dm700 "$pkgdir"/$_tmpdir/proxy install -d "$pkgdir"/usr/share/nginx mv "$pkgdir"/etc/nginx/html/ "$pkgdir"/usr/share/nginx |