diff options
-rw-r--r-- | chapter8/e2fsprogs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter8/e2fsprogs.sh b/chapter8/e2fsprogs.sh index ddf6275..4c2619e 100644 --- a/chapter8/e2fsprogs.sh +++ b/chapter8/e2fsprogs.sh @@ -7,7 +7,7 @@ cd build || exit 1 ../configure --prefix=/usr \ --bindir=/bin \ --with-root-prefix="" \ - --sysconfdir=/etc \ + --sysconfdir=/etc \ --enable-elf-shlibs \ --disable-libblkid \ --disable-libuuid \ |