diff options
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/changingowner.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chapter07/changingowner.xml b/chapter07/changingowner.xml index b412bb278..319c10ec1 100644 --- a/chapter07/changingowner.xml +++ b/chapter07/changingowner.xml @@ -33,9 +33,6 @@ user <systemitem class="username">root</systemitem> by running the following command:</para> -<screen><userinput>chown -R root:root $LFS/{usr,lib,var,etc,bin,sbin,tools} -case $(uname -m) in - x86_64) chown -R root:root $LFS/lib64 ;; -esac</userinput></screen> +<screen><userinput>chown -R root:root $LFS/{usr,lib,var,etc,bin,sbin,tools}</userinput></screen> </sect1> |