aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6/gzip.sh
diff options
context:
space:
mode:
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 f894df6..e466da0 100644
--- a/chapter6/gzip.sh
+++ b/chapter6/gzip.sh
@@ -1,7 +1,7 @@
#!/bin/bash
./configure --prefix=/usr \
- --host="${LFS_TGT}" &&
+ --host="${LFS_TGT}" &&
make &&
make DESTDIR="${LFS}" -j1 install &&
mv -v "${LFS}"/usr/bin/gzip "${LFS}"/bin