From 2f10c51584651f91888c83490839db5dacd705f6 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 9 Aug 2024 13:36:38 -0400 Subject: [PATCH] fscrypt: adjust for default do_check --- srcpkgs/fscrypt/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/fscrypt/template b/srcpkgs/fscrypt/template index e9a8ad730e9..9f881d8731c 100644 --- a/srcpkgs/fscrypt/template +++ b/srcpkgs/fscrypt/template @@ -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