mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +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:
@@ -19,10 +19,6 @@ cd $1/build/tmp/deploy/
|
|||||||
LASTREV=`tail images/svninfo | grep Revision | cut -f 2 -d ' '`
|
LASTREV=`tail images/svninfo | grep Revision | cut -f 2 -d ' '`
|
||||||
DEST=$TARGETDIR/$DISTRO/$LASTREV/
|
DEST=$TARGETDIR/$DISTRO/$LASTREV/
|
||||||
|
|
||||||
if [ -e $DEST ]; then
|
|
||||||
rm -Rf $DEST
|
|
||||||
fi
|
|
||||||
|
|
||||||
mkdir -p $DEST
|
mkdir -p $DEST
|
||||||
|
|
||||||
COMPRESS_FILES=()
|
COMPRESS_FILES=()
|
||||||
|
|||||||
Reference in New Issue
Block a user