mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
testing/apache-mod-auth-openidc: fix module path in config file
Fixes #15999
This commit is contained in:
parent
7f37facb97
commit
fff85f6910
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=apache-mod-auth-openidc
|
||||
_pkgname=mod_auth_openidc
|
||||
pkgver=2.4.15.7
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="OpenID Connect Relying Party implementation for Apache HTTP Server 2.x"
|
||||
url="https://www.mod-auth-openidc.org"
|
||||
arch="all !s390x" # tests fails on s390x from cjose
|
||||
|
@ -48,7 +48,7 @@ package() {
|
|||
|
||||
mkdir -p "$pkgdir"/etc/apache2/conf.d
|
||||
cat <<- __EOF__ > "$pkgdir"/etc/apache2/conf.d/mod-auth-openidc.conf
|
||||
LoadModule auth_openidc_module modules/mod_auth_openidc.so
|
||||
LoadModule auth_openidc_module mod_auth_openidc.so
|
||||
|
||||
__EOF__
|
||||
cat auth_openidc.conf >> "$pkgdir"/etc/apache2/conf.d/mod-auth-openidc.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue