Date: Monday, May 28, 2012 @ 10:11:46
  Author: pierre
Revision: 160042

upgpkg: lighttpd 1.4.30-6

put lighttpd modules into /usr/lib/lighttpd

Modified:
  lighttpd/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-05-28 14:09:02 UTC (rev 160041)
+++ PKGBUILD    2012-05-28 14:11:46 UTC (rev 160042)
@@ -3,7 +3,7 @@
 
 pkgname=lighttpd
 pkgver=1.4.30
-pkgrel=5
+pkgrel=6
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@
        cd $srcdir/$pkgname-$pkgver
 
        ./configure --prefix=/usr \
-               --libexecdir=/usr/lib/lighttpd/modules \
+               --libdir=/usr/lib/lighttpd/ \
                --sysconfdir=/etc/lighttpd \
                --with-mysql \
                --with-ldap \

Reply via email to