Fixed bug where the SDL2 directory wouldn't be deleted

This commit is contained in:
Robert Rouhani
2015-04-25 10:33:20 -04:00
parent d3528d6ed8
commit 5d4ca1d52f
2 changed files with 2 additions and 3 deletions

View File

@@ -42,8 +42,7 @@ if [ ! -f SharpFont.dll ]; then
nuget install SharpFont -Version 3.0.1 -ExcludeVersion
cp ./SharpFont/lib/net20/SharpFont* .
cp ./SharpFont/config/SharpFont.dll.config .
rm -rf SharpFont
rm -rf SharpFont.Dependencies
rm -rf SharpFont SharpFont.Dependencies
fi
if [ ! -f nunit.framework.dll ]; then