diff options
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r-- | chapter06/e2fsprogs.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 9ca778a04..7aca00f9e 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -61,6 +61,7 @@ cd build</userinput></screen> CFLAGS=-I/tools/include \ PKG_CONFIG_PATH=/tools/lib/pkgconfig \ ../configure --prefix=/usr \ + --bindir=/bin \ --with-root-prefix="" \ --enable-elf-shlibs \ --disable-libblkid \ @@ -80,7 +81,8 @@ PKG_CONFIG_PATH=/tools/lib/pkgconfig \ </varlistentry> <varlistentry> - <term><parameter>--with-root-prefix=""</parameter></term> + <term><parameter>--with-root-prefix=""</parameter> and + <parameter>--bindir=/bin</parameter></term> <listitem> <para>Certain programs (such as the <command>e2fsck</command> program) are considered essential programs. When, for example, |