]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/poky-autobuild-postprocess: Don't clean the destination directory
authorRichard Purdie <richard@openedhand.com>
Mon, 28 Apr 2008 22:47:48 +0000 (22:47 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 28 Apr 2008 22:47:48 +0000 (22:47 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4367 311d38ba-8fff-0310-9ca6-ca027cbcb966

scripts/poky-autobuild-postprocess

index 5ab703731485aafd93d9a87c86815623a17f9e9a..9edc52561a8345d96a40999d482fdb99c57df202 100755 (executable)
@@ -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=()