diff options
| author | James Meyer <james.meyer@operamail.com> | 2010-03-15 03:17:02 (GMT) | 
|---|---|---|
| committer | James Meyer <james.meyer@operamail.com> | 2010-03-15 03:17:02 (GMT) | 
| commit | 5fa0aec4485b8adea46ef434d8c5384482b44c65 (patch) | |
| tree | 74e4f375628b9cee480e0fede52f3da11e868308 /abs/core-testing/lighttpd | |
| parent | 33f20b64e15104c46c46f801b7d148c500046107 (diff) | |
| download | linhes_pkgbuild-5fa0aec4485b8adea46ef434d8c5384482b44c65.zip linhes_pkgbuild-5fa0aec4485b8adea46ef434d8c5384482b44c65.tar.gz linhes_pkgbuild-5fa0aec4485b8adea46ef434d8c5384482b44c65.tar.bz2 | |
lighttpd: fix minor mistake in the sed regex
added missing ^
Diffstat (limited to 'abs/core-testing/lighttpd')
| -rw-r--r-- | abs/core-testing/lighttpd/PKGBUILD | 2 | ||||
| -rwxr-xr-x | abs/core-testing/lighttpd/lighttpd.install | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/abs/core-testing/lighttpd/PKGBUILD b/abs/core-testing/lighttpd/PKGBUILD index cec41d4..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=7 +pkgrel=8  pkgdesc='a secure, fast, compliant and very flexible web-server'  license=('custom')  arch=('i686' 'x86_64') diff --git a/abs/core-testing/lighttpd/lighttpd.install b/abs/core-testing/lighttpd/lighttpd.install index 0e32a66..a921b0f 100755 --- a/abs/core-testing/lighttpd/lighttpd.install +++ b/abs/core-testing/lighttpd/lighttpd.install @@ -2,6 +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 +    sed -i 's|"^/mythweb|"^/{1,2}mythweb|g' /etc/lighttpd/lighttpd.conf      touch /etc/lighttpd/lighttpd.user  } | 
