summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/lighttpd
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-03-16 01:10:27 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-03-16 01:10:27 (GMT)
commit9b21117f278cd08cbef46de2ac78b063e63677ed (patch)
treed8a2183d6a2a182abe0e25af4e2d0356a6eb3154 /abs/core-testing/lighttpd
parent440af0ccbbbf8fc4daba830dcf47d0a6da1ae697 (diff)
parent5fa0aec4485b8adea46ef434d8c5384482b44c65 (diff)
downloadlinhes_pkgbuild-9b21117f278cd08cbef46de2ac78b063e63677ed.zip
linhes_pkgbuild-9b21117f278cd08cbef46de2ac78b063e63677ed.tar.gz
linhes_pkgbuild-9b21117f278cd08cbef46de2ac78b063e63677ed.tar.bz2
Merge branch 'master' of mihanson@knoppmyth.net:LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/lighttpd')
-rw-r--r--abs/core-testing/lighttpd/PKGBUILD4
-rw-r--r--abs/core-testing/lighttpd/__changelog (renamed from abs/core-testing/lighttpd/_changelog)0
-rwxr-xr-x[-rw-r--r--]abs/core-testing/lighttpd/lighttpd.install1
3 files changed, 3 insertions, 2 deletions
diff --git a/abs/core-testing/lighttpd/PKGBUILD b/abs/core-testing/lighttpd/PKGBUILD
index 3695f0f..c31e924 100644
--- a/abs/core-testing/lighttpd/PKGBUILD
+++ b/abs/core-testing/lighttpd/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lighttpd
pkgver=1.4.26
-pkgrel=3
+pkgrel=8
pkgdesc='a secure, fast, compliant and very flexible web-server'
license=('custom')
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ options=('!libtool' 'emptydirs')
source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.bz2" \
'lighttpd.rc.d' 'lighttpd.logrotate.d' 'lighttpd.conf' 'auth-inc.conf' \
'openssl-0.9.8m.patch')
-
+install='lighttpd.install'
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/abs/core-testing/lighttpd/_changelog b/abs/core-testing/lighttpd/__changelog
index a96d942..a96d942 100644
--- a/abs/core-testing/lighttpd/_changelog
+++ b/abs/core-testing/lighttpd/__changelog
diff --git a/abs/core-testing/lighttpd/lighttpd.install b/abs/core-testing/lighttpd/lighttpd.install
index bf4c132..a921b0f 100644..100755
--- a/abs/core-testing/lighttpd/lighttpd.install
+++ b/abs/core-testing/lighttpd/lighttpd.install
@@ -2,5 +2,6 @@ pre_upgrade() {
mv /etc/lighttpd/lighttpd.conf /etc/lighttpd/lighttpd.conf.old
}
post_upgrade() {
+ sed -i 's|"^/mythweb|"^/{1,2}mythweb|g' /etc/lighttpd/lighttpd.conf
touch /etc/lighttpd/lighttpd.user
}