aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-05-17 14:34:48 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-05-17 14:34:48 -0500
commit9901d50d9a75e5477fc0bd042a03e3bdf5f7db01 (patch)
tree18fa7466d6ef2c5b1b0a35600868027efa5d085e /chapter08
parentbbea6a3273f94f00c2ea35224197380054e0f503 (diff)
Tweak install directories for eudev and e2fsprogs
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/e2fsprogs.xml1
-rw-r--r--chapter08/eudev.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/chapter08/e2fsprogs.xml b/chapter08/e2fsprogs.xml
index d7ff53a82..2ebe2dd3d 100644
--- a/chapter08/e2fsprogs.xml
+++ b/chapter08/e2fsprogs.xml
@@ -53,6 +53,7 @@ cd build</userinput></screen>
<para>Prepare e2fsprogs for compilation:</para>
<screen><userinput remap="configure">../configure --prefix=/usr \
+ --sysconfdir=/etc \
--enable-elf-shlibs \
--disable-libblkid \
--disable-libuuid \
diff --git a/chapter08/eudev.xml b/chapter08/eudev.xml
index 0dee78d68..aa86f5150 100644
--- a/chapter08/eudev.xml
+++ b/chapter08/eudev.xml
@@ -53,6 +53,7 @@
<para>Prepare Eudev for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
+ --bindir=/usr/sbin \
--sysconfdir=/etc \
--enable-manpages \
--disable-static</userinput></screen>