mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02: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:
@@ -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=()
|
||||
|
||||
Reference in New Issue
Block a user