1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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
This commit is contained in:
Richard Purdie
2008-04-28 22:47:48 +00:00
parent aab46e602b
commit 6a64dc642b
-4
View File
@@ -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=()