diff --git a/testing/apache-mod-auth-openidc/APKBUILD b/testing/apache-mod-auth-openidc/APKBUILD index 11eb98866b0d51cc764dbc4398ff29cadec183f4..463d8c70d2b2e9f09703e0a3f80f2b21b2ec0b59 100644 --- a/testing/apache-mod-auth-openidc/APKBUILD +++ b/testing/apache-mod-auth-openidc/APKBUILD @@ -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