Skip to content
Snippets Groups Projects
Commit fff85f69 authored by Celeste's avatar Celeste
Browse files

testing/apache-mod-auth-openidc: fix module path in config file

Fixes #15999
parent 7f37facb
No related branches found
No related tags found
1 merge request!64217testing/apache-mod-auth-openidc: fix module path in config file
Pipeline #232450 skipped
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment