aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6/cleanup.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-23 18:55:35 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-23 18:55:35 -0500
commit85974cc684f10113f0b4ba50ac17240da751a219 (patch)
tree59ee804d98881ea6666471e9e88b80d509799988 /chapter6/cleanup.sh
parent60a45f6b4b1b11498fd877f4b03daba33e5de15d (diff)
parentd8da825dee0d7b5c9c8e159dfe5ea810b654c12a (diff)
Merge branch 'master' into chapter7
Diffstat (limited to 'chapter6/cleanup.sh')
-rw-r--r--chapter6/cleanup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter6/cleanup.sh b/chapter6/cleanup.sh
index 8d31264..cd620d3 100644
--- a/chapter6/cleanup.sh
+++ b/chapter6/cleanup.sh
@@ -13,7 +13,7 @@ else
rm -rf "${LFS}"/usr/share/info >/dev/null 2>&1
rm -rf "${LFS}"/usr/share/man >/dev/null 2>&1
- strip --strip-debug "${LFS}"S/usr/lib/* >/dev/null 2>&1
+ strip --strip-debug "${LFS}"/usr/lib/* >/dev/null 2>&1
strip --strip-unneeded "${LFS}"/usr/bin/* >/dev/null 2>&1
strip --strip-unneeded "${LFS}"/usr/sbin/* >/dev/null 2>&1
strip --strip-unneeded "${LFS}"/tools/bin/* >/dev/null 2>&1