summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/lighttpd
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-02-23 23:59:27 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-02-23 23:59:27 (GMT)
commitc956d52d7273187d5a0d90a98381e3c9f5fe58aa (patch)
tree8d07039894f70832193e122052cf2283f4605ef5 /abs/core-testing/lighttpd
parent90cbee9ec47ba21fad34c4907494c48e9dd65604 (diff)
downloadlinhes_pkgbuild-c956d52d7273187d5a0d90a98381e3c9f5fe58aa.zip
linhes_pkgbuild-c956d52d7273187d5a0d90a98381e3c9f5fe58aa.tar.gz
linhes_pkgbuild-c956d52d7273187d5a0d90a98381e3c9f5fe58aa.tar.bz2
acutally include the auth-inc.conf file in the lighttpd package.
Diffstat (limited to 'abs/core-testing/lighttpd')
-rw-r--r--abs/core-testing/lighttpd/PKGBUILD7
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/|' \