From 21cab345b356a8af253be59afcfc9ed64dcb55e9 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 30 Dec 2012 16:26:22 +0000 Subject: [PATCH] Add lib64 to the list of removed directories when cleaning the build directory --- common/common-functions | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/common-functions b/common/common-functions index c3f4ea3..7608179 100644 --- a/common/common-functions +++ b/common/common-functions @@ -71,7 +71,8 @@ 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,media,mnt,opt,root,sbin,srv,tmp,tools,cross-tools,usr,var} + sudo rm -rf $BUILDDIR/{bin,boot,dev,etc,home,lib{,64},media,mnt} + sudo rm -rf $BUILDDIR/{opt,root,sbin,srv,tmp,tools,cross-tools,usr,var} echo "done" echo -n "Cleaning $JHALFSDIR ..." sudo rm -rf $JHALFSDIR