diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-03-21 19:34:09 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-03-21 19:34:09 +0000 |
commit | eec8fcb88006cf473cdf8b9c6d6cda799b574caa (patch) | |
tree | dd39c5f81a71f501d93df67560321ae873ea4526 /chapter06/e2fsprogs.xml | |
parent | a57d556dd7482aa9322833b8836fd24d57bf46a9 (diff) |
Add acl and attr packages
Minor grammar fixes
Update standards compliance statments
Put e2fsprogs executables in /bin
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10512 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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, |