diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 13:57:03 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 13:57:03 -0500 |
commit | 30bbcceb41eb4b8bd8126039b9a90a8b60faa605 (patch) | |
tree | 610afab90cd651c35391f03c510ce6901832cc67 | |
parent | 4901ea640cb0c13f08e3eff0e85015e8461cbaa1 (diff) |
Add chapter 7 build message.
-rw-r--r-- | insidechroot.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/insidechroot.sh b/insidechroot.sh index 6982e4b..b927c29 100644 --- a/insidechroot.sh +++ b/insidechroot.sh @@ -150,6 +150,9 @@ EOF cd /sources || exit 1 # Chapter 7 + printf "%b" "${IWHT}============ ${IGRN}Building ${IYLW}Chapter 7${IWHT} \ +============${RST}\n" + for package in libstdc++ gettext bison perl python texinfo util-linux; do source packageinstall.sh 7 $package retval=$? |