mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/fscrypt: rebuild against pam under /usr/lib
This commit is contained in:
parent
d1c1a2ad59
commit
574b666627
@ -2,7 +2,7 @@
|
||||
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||
pkgname=fscrypt
|
||||
pkgver=0.3.5
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Manage Linux native filesystem encryption"
|
||||
url="https://github.com/google/fscrypt"
|
||||
# Tests fail on ppc64le with SIGSEGV and memory lock errors
|
||||
@ -42,7 +42,7 @@ package() {
|
||||
|
||||
install -Dvm755 -o root \
|
||||
bin/pam_fscrypt.so \
|
||||
-t "$pkgdir"/lib/security/
|
||||
-t "$pkgdir"/usr/lib/security/
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
Loading…
Reference in New Issue
Block a user