Merge pull request #70 from jplitza/patch-2

gluon-core: Remove VERSION_DIR hack
This commit is contained in:
Nils Schneider 2014-09-06 13:33:51 +02:00
commit 34a40708af
1 changed files with 0 additions and 4 deletions

View File

@ -11,10 +11,6 @@ else
HAS_LEGACY=
fi
# Temporary fix for broken upgrades (happened between 20140225 and 20140226, remove next week)
if [ -f "$VERSION_DIR" ]; then rm "$VERSION_DIR"; fi
mkdir -p "$VERSION_DIR"