summaryrefslogtreecommitdiff
path: root/community/fcgiwrap
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-01 00:09:42 -0700
committerroot <root@rshg054.dnsready.net>2013-06-01 00:09:42 -0700
commitf8a7f10fa1675bee536e1fdb4672c3d84e779d1c (patch)
tree2140a8d8b3b10f30e5179f108ae6682e296311e1 /community/fcgiwrap
parent7e7561a9640d0e1f54288a391239feb6bd691b56 (diff)
Sat Jun 1 00:09:42 PDT 2013
Diffstat (limited to 'community/fcgiwrap')
-rw-r--r--community/fcgiwrap/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/fcgiwrap/PKGBUILD b/community/fcgiwrap/PKGBUILD
index b42bf575d..068d81a63 100644
--- a/community/fcgiwrap/PKGBUILD
+++ b/community/fcgiwrap/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 92039 2013-05-31 00:13:34Z seblu $
+# $Id: PKGBUILD 92086 2013-05-31 10:35:32Z seblu $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Aaron Bull Schaefer <aaron@elasticdog.com>
# Contributor: Ron Huang <ronhuang+aur at gmail dot com>
pkgname=fcgiwrap
pkgver=1.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='A simple server for running CGI applications over FastCGI.'
arch=('i686' 'x86_64')
url='http://nginx.localdomain.pl/wiki/FcgiWrap'
@@ -20,7 +20,8 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
autoreconf --install
- ./configure --prefix=/usr --mandir=/share/man --sbindir=/usr/bin
+ # Here --sbindir is implicitly prefixed by /usr
+ ./configure --prefix=/usr --mandir=/share/man --sbindir=/bin
make
}