aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-05-04 14:46:18 +0000
committerWilliam Harrington <kb0iic@berzerkula.org>2021-05-04 14:46:18 +0000
commit141c5699496e374c58b5e311cc5b473452dfe525 (patch)
tree24ca3a203021af8368a148f5b45c6a85988aa22a
parente9111b96669477dc163fae480a5a126c3bac21c6 (diff)
Fix indention.
-rw-r--r--chapter8/isl.sh4
-rw-r--r--chapter8/ncurses.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/chapter8/isl.sh b/chapter8/isl.sh
index 7526c2f..b649020 100644
--- a/chapter8/isl.sh
+++ b/chapter8/isl.sh
@@ -2,8 +2,8 @@
set -e
./configure --prefix=/usr \
- --disable-static \
- --docdir=/usr/share/doc/isl-"${VERSION}" &&
+ --disable-static \
+ --docdir=/usr/share/doc/isl-"${VERSION}" &&
make &&
make html &&
diff --git a/chapter8/ncurses.sh b/chapter8/ncurses.sh
index 2b82d69..32eaf02 100644
--- a/chapter8/ncurses.sh
+++ b/chapter8/ncurses.sh
@@ -8,8 +8,8 @@ set -e
--without-normal \
--enable-pc-files \
--enable-widec \
- --with-termlib \
- --disable-tic-depends &&
+ --with-termlib \
+ --disable-tic-depends &&
make &&
make -j1 install &&