aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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