aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter8/cleanup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter8/cleanup.sh b/chapter8/cleanup.sh
index ed62e18..8d78f03 100644
--- a/chapter8/cleanup.sh
+++ b/chapter8/cleanup.sh
@@ -20,9 +20,9 @@ else
sudo sed '/tester/d' -i "${LFS}"/etc/passwd
sudo rm -rfv "${LFS}"/home/tester
- sudo rm -rfv "${LFS}"/usr/share/doc
- sudo rm -rfv "${LFS}"/usr/share/info
- sudo rm -rfv "${LFS}"/usr/share/man
+ #sudo rm -rfv "${LFS}"/usr/share/doc
+ #sudo rm -rfv "${LFS}"/usr/share/info
+ #sudo rm -rfv "${LFS}"/usr/share/man
# Place debugging symbols for selected libraries in seprate files
save_lib="ld-2.33.so libc-2.33.so libpthread-2.33.so libthread_db-1.0.so"