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/PKGBUILD | |
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/PKGBUILD')
-rw-r--r-- | abs/core-testing/lighttpd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 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') |