From 57ec8958ed2b786bb3dbca869f925c1fe6dae18e Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Fri, 11 Jan 2013 13:27:58 +0000 Subject: [PATCH] Add "run" to the list of removed directories when cleaning jhalfs. --- common/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common-functions b/common/common-functions index 7608179..04200a3 100644 --- a/common/common-functions +++ b/common/common-functions @@ -71,7 +71,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} + sudo rm -rf $BUILDDIR/{bin,boot,dev,etc,home,lib{,64},media,mnt,run} sudo rm -rf $BUILDDIR/{opt,root,sbin,srv,tmp,tools,cross-tools,usr,var} echo "done" echo -n "Cleaning $JHALFSDIR ..."