diff options
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 9ceb62437..815a272c5 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -16,6 +16,10 @@ Estimated required disk space: &coreutils-compsize;</screen> <sect2> <title>Installation of Coreutils</title> +<para>Apply the same "Posixver" patch we used previously:</para> + +<screen><userinput>patch -Np1 -i ../&coreutils-posixver-patch;</userinput></screen> + <para>Normally the functionality of <userinput>uname</userinput> is somewhat broken, in that the <userinput>-p</userinput> switch always returns "unknown". The following patch fixes this behaviour for Intel architectures:</para> |