diff options
| -rw-r--r-- | abs/core-testing/lighttpd/PKGBUILD | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/abs/core-testing/lighttpd/PKGBUILD b/abs/core-testing/lighttpd/PKGBUILD index 7b7e533..ae192bb 100644 --- a/abs/core-testing/lighttpd/PKGBUILD +++ b/abs/core-testing/lighttpd/PKGBUILD @@ -3,7 +3,7 @@  pkgname=lighttpd  pkgver=1.4.20 -pkgrel=30 +pkgrel=33  pkgdesc='a secure, fast, compliant and very flexible web-server'  license=('custom')  arch=('i686' 'x86_64') @@ -17,10 +17,10 @@ optdepends=('libxml2: mod_webdav' \              'sqlite3: mod_webdav' \              'gdbm: mod_trigger_b4_dl' \              ) -backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd') +backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd' 'etc/lighttpd/auth-inc.conf')  options=('!libtool' 'emptydirs')  source=("http://www.lighttpd.net/download/lighttpd-${pkgver}.tar.bz2" \ -        'lighttpd.rc.d' 'lighttpd.logrotate.d' 'lighttpd.conf') +        'lighttpd.rc.d' 'lighttpd.logrotate.d' 'lighttpd.conf' auth-inc.conf)  md5sums=('ed6ee0bb714f393219a32768d86984d8'           'bd690eee0d9e51857448770a151023b0' @@ -56,6 +56,7 @@ build() {  	install -d -m755 -o http -g http $pkgdir/var/log/lighttpd/  	install -D -m644 ../lighttpd.conf $pkgdir/etc/lighttpd/lighttpd.conf +	install -D -m644 ../auth-inc.conf $pkgdir/etc/lighttpd/auth-inc.conf  	# set sane defaults  	sed -e 's|/srv/www/htdocs/|/srv/http/|' \ | 
