Code: Select all
if use split-usr ; then
cd "${ED}"/usr/bin || die
dodir /bin
# move critical binaries into /bin (required by FHS)
local fhs="cat chgrp chmod chown cp date dd df echo false ln ls
mkdir mknod mv pwd rm rmdir stty sync true uname"
mv ${fhs} ../../bin/ || die "could not move fhs bins"Profile force-enables it so people don't accidentally turn this off without knowing what they're doing.
Not having /usr on a separate partition doesn't mean this should be disabled.







