diff --git a/lfs/acl-2.3.2.PKGBUILD b/lfs/acl-2.3.2.PKGBUILD index 279ea14..15547fb 100644 --- a/lfs/acl-2.3.2.PKGBUILD +++ b/lfs/acl-2.3.2.PKGBUILD @@ -19,6 +19,11 @@ src_build() { make } +src_check() { + leaf_record_message "test/cp.test is known to fail." + make check +} + src_install() { make DESTDIR="${pkgdir}" install }