aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/utillinux.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter05/utillinux.xml b/chapter05/utillinux.xml
index a104fd52d..de42ac891 100644
--- a/chapter05/utillinux.xml
+++ b/chapter05/utillinux.xml
@@ -31,11 +31,12 @@ sed "s@/usr/include@/tools/include@g" configure.backup &gt; configure</userinput
package, build just those:</para>
<screen><userinput>make -C mount mount umount
-make -C text-utils more</userinput></screen>
+make -C text-utils more
+make -C sys-utils arch</userinput></screen>
<para>Now copy these programs to the temporary tools directory:</para>
-<screen><userinput>cp mount/{,u}mount text-utils/more /tools/bin</userinput></screen>
+<screen><userinput>cp mount/{,u}mount text-utils/more sys-utils/arch /tools/bin</userinput></screen>
</sect2>