aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter08/e2fsprogs.xml1
-rw-r--r--chapter08/eudev.xml1
3 files changed, 12 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 614731b11..135710fd0 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,16 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2021-05-17</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Tweak install directories for eudev and e2fsprogs.
+ Thanks to Ryan Marsaw for the report.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2021-05-14</para>
<itemizedlist>
<listitem>
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>