fscrypt: adjust for default do_check
This commit is contained in:
parent
fcb663877b
commit
2f10c51584
|
@ -16,10 +16,6 @@ distfiles="https://github.com/google/fscrypt/archive/v${version}.tar.gz"
|
|||
checksum=368119b5e67c64bdc5f7872ffc7beed425e1401778003f4c7ae7c1062a45ebaf
|
||||
conf_files="/etc/pam.d/fscrypt"
|
||||
|
||||
do_check() {
|
||||
make test
|
||||
}
|
||||
|
||||
post_install() {
|
||||
# build and install the PAM module
|
||||
LDFLAGS= make PREFIX=/usr DESTDIR=${DESTDIR} install-pam
|
||||
|
|
Loading…
Reference in New Issue