fix: chown of TMPDIR in lfs/procps-ng

This commit is contained in:
2026-01-12 13:12:10 -05:00
parent 316007dea9
commit 547ebe5e88

View File

@@ -25,6 +25,7 @@ src_build() {
src_check() {
chown -R leaf .
chown -R leaf ${TMPDIR}
leaf_record_message "ps with output flag bsdtime,cputime,etime,etimes is known to fail without CONFIG_BSD_PROCESS_ACCT."
leaf_record_message "one pgrep test is known to fail in chroot."
su leaf -c "PATH=$PATH make check"