summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-28 22:47:48 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-28 22:47:48 +0000
commit6a64dc642b8e505a564f21f8fae1aedcf18ca4ec (patch)
tree3131dded9551e7d9348664932ff08ec7339f2747 /scripts
parentaab46e602bda15eb3ea853d4a7b6d68021c671f7 (diff)
downloadpoky-6a64dc642b8e505a564f21f8fae1aedcf18ca4ec.tar.gz
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
Diffstat (limited to 'scripts')
-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/
19LASTREV=`tail images/svninfo | grep Revision | cut -f 2 -d ' '` 19LASTREV=`tail images/svninfo | grep Revision | cut -f 2 -d ' '`
20DEST=$TARGETDIR/$DISTRO/$LASTREV/ 20DEST=$TARGETDIR/$DISTRO/$LASTREV/
21 21
22if [ -e $DEST ]; then
23 rm -Rf $DEST
24fi
25
26mkdir -p $DEST 22mkdir -p $DEST
27 23
28COMPRESS_FILES=() 24COMPRESS_FILES=()