From 5d4ca1d52ffe1832b6f0df303fb55c58dccf3189 Mon Sep 17 00:00:00 2001 From: Robert Rouhani Date: Sat, 25 Apr 2015 10:33:20 -0400 Subject: [PATCH] Fixed bug where the SDL2 directory wouldn't be deleted --- thirdparty/fetch-thirdparty-deps-windows.sh | 2 +- thirdparty/fetch-thirdparty-deps.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/thirdparty/fetch-thirdparty-deps-windows.sh b/thirdparty/fetch-thirdparty-deps-windows.sh index a8d305516a..2d81bdc02e 100755 --- a/thirdparty/fetch-thirdparty-deps-windows.sh +++ b/thirdparty/fetch-thirdparty-deps-windows.sh @@ -11,7 +11,7 @@ if [ ! -f windows/SDL2.dll ]; then echo "Fetching SDL2 from nuget" nuget install sdl2 -Version 2.0.3 -ExcludeVersion cp ./sdl2.redist/build/native/bin/Win32/dynamic/SDL2.dll ./windows/ - rm -rf sdl2.2.0.3 sdl2.redist + rm -rf sdl2 sdl2.redist fi if [ ! -f windows/freetype6.dll ]; then diff --git a/thirdparty/fetch-thirdparty-deps.sh b/thirdparty/fetch-thirdparty-deps.sh index 84526579bb..639f6688dd 100755 --- a/thirdparty/fetch-thirdparty-deps.sh +++ b/thirdparty/fetch-thirdparty-deps.sh @@ -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