From d5a739aebd063b5bb3ec9553a37dabf24d6e1caa Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Mon, 6 Jul 2020 05:17:16 +0000 Subject: [PATCH] When cleaning BUILD_DIR, clean also 32 bit library dirs in case multilib has been used --- common/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common-functions b/common/common-functions index 020dc34..85ca022 100644 --- a/common/common-functions +++ b/common/common-functions @@ -81,7 +81,7 @@ if [ "${CLEAN}" = "y" ]; then if [ -d $BUILDDIR/sys ] ; then sudo rmdir $BUILDDIR/sys || exit 1 fi - sudo rm -rf $BUILDDIR/{bin,boot,dev,etc,home,lib{,64},media,mnt,run} + sudo rm -rf $BUILDDIR/{bin,boot,dev,etc,home,lib{,64,32,x32},media,mnt,run} sudo rm -rf $BUILDDIR/{opt,root,sbin,srv,tmp,tools,cross-tools,usr,var} echo "done" if [[ "${BLFS_TOOL}" = "y" ]] ; then