Date: Tue, 14 Oct 2025 22:53:06 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 290222] FreeBSD 15.0 BETA1 ISO's packages folder access mode is "d---------" Message-ID: <bug-290222-227-j6oYIe8iZf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-290222-227@https.bugs.freebsd.org/bugzilla/> References: <bug-290222-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D290222 --- Comment #3 from Colin Percival <cperciva@FreeBSD.org> --- ... or possibly from pkg-stage.sh. It looks like that script is emitting metalog lines for everything *inside* the /packages/ directory but not for = that directory itself. Perhaps=20 - grep '^./packages/' >> $ROOTDIR/METALOG + grep '^./packages' >> $ROOTDIR/METALOG would do the trick? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-290222-227-j6oYIe8iZf>