update to LFS 12.4 #1

Merged
wyj merged 146 commits from dev into main 2025-12-22 07:15:10 -05:00
Showing only changes of commit 2c9a5ef6d1 - Show all commits

View File

@@ -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
}