aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6/gzip.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-05-04 18:45:58 +0000
committerWilliam Harrington <kb0iic@berzerkula.org>2021-05-04 18:45:58 +0000
commit7c94055539cfda8fd091980aef0817041a0c05d6 (patch)
treeaab8e812094154ff4b88c46d04536fc6b48d34a7 /chapter6/gzip.sh
parent1f5d707cacb9aeb40fbbd23be1c1fdc1ad5a7d82 (diff)
parent0348d9021a2a1bde166f6c3812641f485573a865 (diff)
Merge branch 'master' into upgrade
Diffstat (limited to 'chapter6/gzip.sh')
-rw-r--r--chapter6/gzip.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter6/gzip.sh b/chapter6/gzip.sh
index d8a45c7..e3ce2e9 100644
--- a/chapter6/gzip.sh
+++ b/chapter6/gzip.sh
@@ -2,7 +2,7 @@
set -e
./configure --prefix=/usr \
- --host="${LFS_TGT}" &&
+ --host="${LFS_TGT}" &&
make &&
make DESTDIR="${LFS}" -j1 install &&
mv -v "${LFS}"/usr/bin/gzip "${LFS}"/bin