https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290222
--- Comment #3 from Colin Percival <[email protected]> --- ... 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 - grep '^./packages/' >> $ROOTDIR/METALOG + grep '^./packages' >> $ROOTDIR/METALOG would do the trick? -- You are receiving this mail because: You are the assignee for the bug.
