diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-05-28 19:42:21 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-05-28 19:42:21 -0500 |
commit | 4b7cae034764b66323dd2e103696bc6fc54b1e03 (patch) | |
tree | e9eba5010883c84857a75103d1f095c39f26ad17 /chapter8/e2fsprogs.sh | |
parent | b566078843c66db25d975a146a0b7ae2d5b7de1e (diff) |
Adjust sysconfdir for e2fsprogs, adjust systemd manpages archive/commands.
Diffstat (limited to 'chapter8/e2fsprogs.sh')
-rw-r--r-- | chapter8/e2fsprogs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter8/e2fsprogs.sh b/chapter8/e2fsprogs.sh index b994c4e..ddf6275 100644 --- a/chapter8/e2fsprogs.sh +++ b/chapter8/e2fsprogs.sh @@ -7,6 +7,7 @@ cd build || exit 1 ../configure --prefix=/usr \ --bindir=/bin \ --with-root-prefix="" \ + --sysconfdir=/etc \ --enable-elf-shlibs \ --disable-libblkid \ --disable-libuuid \ |