aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/poky-autobuild-postprocess4
1 files changed, 0 insertions, 4 deletions
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=()