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 2a1aa02..bf9ac31 100644 --- a/chapter8/e2fsprogs.sh +++ b/chapter8/e2fsprogs.sh @@ -6,7 +6,7 @@ cd build || exit 1 ../configure --prefix=/usr \ --bindir=/bin \ --with-root-prefix="" \ - --sysconfdir=/etc \ + --sysconfdir=/etc \ --enable-elf-shlibs \ --disable-libblkid \ --disable-libuuid \ |