aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6/gzip.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-05-04 18:45:10 +0000
committerWilliam Harrington <kb0iic@berzerkula.org>2021-05-04 18:45:10 +0000
commit0348d9021a2a1bde166f6c3812641f485573a865 (patch)
treeaab8e812094154ff4b88c46d04536fc6b48d34a7 /chapter6/gzip.sh
parent0fd2944e561c9ccae29bad687a1a1851eda862f0 (diff)
Adjust indention. Evil tabs.
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