diff options
Diffstat (limited to 'chapter05/util-linux.xml')
-rw-r--r-- | chapter05/util-linux.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml index 3fa300b3c..d3708733f 100644 --- a/chapter05/util-linux.xml +++ b/chapter05/util-linux.xml @@ -47,27 +47,27 @@ from the <filename class="directory">/tools</filename> directory by default. This is fixed by altering the configure script:</para> -<screen><userinput>sed -i 's@/usr/include@/tools/include@g' configure</userinput></screen> +<screen><userinput remap="pre">sed -i 's@/usr/include@/tools/include@g' configure</userinput></screen> <para>Prepare Util-linux for compilation:</para> -<screen><userinput>./configure</userinput></screen> +<screen><userinput remap="configure">./configure</userinput></screen> <para>Compile some support routines:</para> -<screen><userinput>make -C lib</userinput></screen> +<screen><userinput remap="make">make -C lib</userinput></screen> <para>Only a few of the utilities contained in this package need to be built:</para> -<screen><userinput>make -C mount mount umount +<screen><userinput remap="make">make -C mount mount umount make -C text-utils more</userinput></screen> <para>This package does not come with a test suite.</para> <para>Copy these programs to the temporary tools directory:</para> -<screen><userinput>cp -v mount/{,u}mount text-utils/more /tools/bin</userinput></screen> +<screen><userinput remap="install">cp -v mount/{,u}mount text-utils/more /tools/bin</userinput></screen> </sect2> |