diff options
author | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2016-02-15 17:34:02 +0200 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2016-02-15 17:34:22 +0200 |
commit | 6eeb5be5d811904026eb5e614e6dede4d37f319c (patch) | |
tree | 48043df3a36104abead1d40d6bfc49348c628ed5 /main/apache2/APKBUILD | |
parent | 097d0e7018b7bff479154df2d4d4063690a47cdf (diff) | |
download | aports-6eeb5be5d811904026eb5e614e6dede4d37f319c.tar.bz2 aports-6eeb5be5d811904026eb5e614e6dede4d37f319c.tar.xz |
main/apache2: fix indented LoadModule paths
Diffstat (limited to 'main/apache2/APKBUILD')
-rw-r--r-- | main/apache2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/apache2/APKBUILD b/main/apache2/APKBUILD index b3cb2afce0..930570cfbd 100644 --- a/main/apache2/APKBUILD +++ b/main/apache2/APKBUILD @@ -3,7 +3,7 @@ pkgname=apache2 _pkgreal=httpd pkgver=2.4.17 -pkgrel=6 +pkgrel=7 pkgdesc="A high performance Unix-based HTTP server" url="http://httpd.apache.org/" arch="all" @@ -124,7 +124,7 @@ package() { return 1 done sed -Ei \ - 's:^(#?LoadModule .+ )lib/apache2/:\1modules/:;ta;b;:a;s/^#?LoadModule (dav.*|lbmethod_.+|.*ldap|lua|proxy.*|ssl|xml2enc)_module //;tb;b;:b;d' \ + 's:^(\t?#?LoadModule .+ )lib/apache2/:\1modules/:;ta;b;:a;s/^#?LoadModule (dav.*|lbmethod_.+|.*ldap|lua|proxy.*|ssl|xml2enc)_module //;tb;b;:b;d' \ "$pkgdir"/etc/apache2/httpd.conf # init scripts and logrotate |