I'm using package users to install LFS 6.1.1 and I found that the
wrapper script for mkdir does not change the group of
/usr/share/locale/* as documented in the hint. Specifically, I created a
packages user glibc, su'ed to that user, cd'ed to /usr/share/locale and
issued the following command: /usr/lib/pkgusr/mkdir zz
To my surprise, both the owner and group of zz is glibc. This is not the
intended behaviour, is it?
It's certainly the behaviour coded in the script. The script only
intercepts mkdir calls with full pathname given. Try
/usr/lib/pkgusr/mkdir /usr/share/locale/foobar
Works nicely for me as does the glibc install.
Yes, this works for me, too. Thanks for the clarification.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page