From 45aee82636cbee33deef38423e256b5a4a199e70 Mon Sep 17 00:00:00 2001 From: doug Date: Wed, 16 Oct 2013 09:21:03 +0800 Subject: [PATCH] libtremor download is now more robust on failure --- tools/build-sdlmixer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build-sdlmixer.sh b/tools/build-sdlmixer.sh index 8942ba0..bd884e0 100755 --- a/tools/build-sdlmixer.sh +++ b/tools/build-sdlmixer.sh @@ -11,8 +11,8 @@ fi if [ ! -d SDL_mixer ]; then try hg clone http://hg.libsdl.org/SDL_mixer/#SDL-1.2 fi -if [ ! -d libtremor ]; then - try mkdir libtremor +if [ ! -d libtremor/tremor ]; then + try mkdir -p libtremor try cd libtremor try svn co https://svn.xiph.org/trunk/Tremor tremor try cd tremor