update to 12.3: acl

This commit is contained in:
2025-03-19 21:56:11 -04:00
parent 9b91d95bc4
commit 2c9a5ef6d1

View File

@@ -19,6 +19,11 @@ src_build() {
make make
} }
src_check() {
leaf_record_message "test/cp.test is known to fail."
make check
}
src_install() { src_install() {
make DESTDIR="${pkgdir}" install make DESTDIR="${pkgdir}" install
} }