From 9b90ad1a0f680eeda68b292112ae79f5458bdeb9 Mon Sep 17 00:00:00 2001 From: "Thomas Trepl (Moody)" Date: Fri, 13 Aug 2021 06:38:29 +0200 Subject: [PATCH] Fix rendering issue --- chapter07/cleanup.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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