From: Richard Purdie Date: Mon, 28 Apr 2008 22:47:48 +0000 (+0000) Subject: scripts/poky-autobuild-postprocess: Don't clean the destination directory X-Git-Tag: 2011-1~9089 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6a64dc642b8e505a564f21f8fae1aedcf18ca4ec;p=openembedded-core.git scripts/poky-autobuild-postprocess: Don't clean the destination directory git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4367 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/scripts/poky-autobuild-postprocess b/scripts/poky-autobuild-postprocess index 5ab7037314..9edc52561a 100755 --- a/scripts/poky-autobuild-postprocess +++ b/scripts/poky-autobuild-postprocess @@ -19,10 +19,6 @@ cd $1/build/tmp/deploy/ LASTREV=`tail images/svninfo | grep Revision | cut -f 2 -d ' '` DEST=$TARGETDIR/$DISTRO/$LASTREV/ -if [ -e $DEST ]; then - rm -Rf $DEST -fi - mkdir -p $DEST COMPRESS_FILES=()