diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-08 01:06:58 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-08 01:06:58 +0000 |
commit | be6373b6cd5661c44a7794f9187c664b0cf3e613 (patch) | |
tree | ef7ec0a3633b1520cbe48d9b402f36202c2f8882 /chapter05 | |
parent | c1b2c648aa6c5a3636b4a893f8d42c888355e9a1 (diff) |
Chapter 5 - Util-linux: Added command to install the arch
program which is needed by Perl for consistency. Upgraded
to Kbd-1.10.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3155 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/utillinux.xml | 5 |
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 > 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> |