diff --git a/chapter07/cleanup.xml b/chapter07/cleanup.xml index 1403ac529..c1446dedd 100644 --- a/chapter07/cleanup.xml +++ b/chapter07/cleanup.xml @@ -23,10 +23,10 @@ shared libraries, specially when using non-autotools build systems. While still in chroot, remove those files now: -find /usr/{lib,libexec} -name \*.la -delete -find /usr/lib32 -name \*.la -delete -find /usr/libx32 -name \*.la -delete -find /usr/lib{,x}32 -name \*.la -delete +find /usr/{lib,libexec} -name \*.la -delete +find /usr/lib32 -name \*.la -delete +find /usr/libx32 -name \*.la -delete +find /usr/lib{,x}32 -name \*.la -delete The current system size is now about 3 GB, however