diff --git a/community/pam-u2f/APKBUILD b/community/pam-u2f/APKBUILD index 75ba46524b2..c5aea6970a5 100644 --- a/community/pam-u2f/APKBUILD +++ b/community/pam-u2f/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=pam-u2f pkgver=1.3.0 -pkgrel=2 +pkgrel=3 pkgdesc="Pluggable Authentication Module (PAM) for U2F" url="https://developers.yubico.com/pam-u2f/" arch="all" @@ -30,7 +30,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --with-pam-dir=/lib/security + --with-pam-dir=/usr/lib/security make }