move the old core deletion to the buildbot script

This commit is contained in:
Radius 2014-12-31 17:15:31 -05:00
parent 4f15f8960c
commit 4f52d10976

View File

@ -69,11 +69,6 @@ if [ -z "$RARCH_DIST_DIR" ]; then
RARCH_DIST_DIR="$RARCH_DIR/$DIST_DIR"
fi
if [ "${PURGE}" == "YES" ]; then
echo PURGE=$PURGE, cleaning up old cores
rm -rv "$RARCH_DIST_DIR"
fi
mkdir -v -p "$RARCH_DIST_DIR"
if [ "${PLATFORM}" == "android" ];