diff options
| author | James Meyer <james.meyer@operamail.com> | 2009-02-23 23:59:27 (GMT) | 
|---|---|---|
| committer | James Meyer <james.meyer@operamail.com> | 2009-02-23 23:59:27 (GMT) | 
| commit | c956d52d7273187d5a0d90a98381e3c9f5fe58aa (patch) | |
| tree | 8d07039894f70832193e122052cf2283f4605ef5 | |
| parent | 90cbee9ec47ba21fad34c4907494c48e9dd65604 (diff) | |
| download | linhes_pkgbuild-c956d52d7273187d5a0d90a98381e3c9f5fe58aa.zip linhes_pkgbuild-c956d52d7273187d5a0d90a98381e3c9f5fe58aa.tar.gz linhes_pkgbuild-c956d52d7273187d5a0d90a98381e3c9f5fe58aa.tar.bz2 | |
acutally include the auth-inc.conf file in the lighttpd package.
| -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/|' \ | 
