aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/changingowner.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/changingowner.xml')
-rw-r--r--chapter07/changingowner.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter07/changingowner.xml b/chapter07/changingowner.xml
index b412bb278..2bc57d304 100644
--- a/chapter07/changingowner.xml
+++ b/chapter07/changingowner.xml
@@ -38,4 +38,9 @@ case $(uname -m) in
x86_64) chown -R root:root $LFS/lib64 ;;
esac</userinput></screen>
+ <para arch="ml_32,ml_x32,ml_all">Some more directories exists for
+ multilib support. Change their ownership, too:</para>
+<screen arch="ml_32,ml_x32,ml_all"><userinput arch="ml_32,ml_all">chown -R root:root $LFS/lib32</userinput>
+<userinput arch="ml_x32,ml_all">chown -R root:root $LFS/libx32</userinput></screen>
+
</sect1>