diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poky-autobuild-postprocess | 4 |
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/ | |||
19 | LASTREV=`tail images/svninfo | grep Revision | cut -f 2 -d ' '` | 19 | LASTREV=`tail images/svninfo | grep Revision | cut -f 2 -d ' '` |
20 | DEST=$TARGETDIR/$DISTRO/$LASTREV/ | 20 | DEST=$TARGETDIR/$DISTRO/$LASTREV/ |
21 | 21 | ||
22 | if [ -e $DEST ]; then | ||
23 | rm -Rf $DEST | ||
24 | fi | ||
25 | |||
26 | mkdir -p $DEST | 22 | mkdir -p $DEST |
27 | 23 | ||
28 | COMPRESS_FILES=() | 24 | COMPRESS_FILES=() |