Fixing wineprefix directory cleanup

This commit is contained in:
slush0 2013-01-18 13:20:35 +00:00
parent 3f919e193b
commit 6fab7aed04
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ set -e
# Clean up Wine environment
echo "Cleaning $WINEPREFIX"
rm -rf $WINEPREFIX
rm -rf $WINEPREFIX/*
echo "done"
echo "Cleaning tmp"