libtremor download is now more robust on failure
This commit is contained in:
parent
36d27030dd
commit
45aee82636
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ fi
|
||||||
if [ ! -d SDL_mixer ]; then
|
if [ ! -d SDL_mixer ]; then
|
||||||
try hg clone http://hg.libsdl.org/SDL_mixer/#SDL-1.2
|
try hg clone http://hg.libsdl.org/SDL_mixer/#SDL-1.2
|
||||||
fi
|
fi
|
||||||
if [ ! -d libtremor ]; then
|
if [ ! -d libtremor/tremor ]; then
|
||||||
try mkdir libtremor
|
try mkdir -p libtremor
|
||||||
try cd libtremor
|
try cd libtremor
|
||||||
try svn co https://svn.xiph.org/trunk/Tremor tremor
|
try svn co https://svn.xiph.org/trunk/Tremor tremor
|
||||||
try cd tremor
|
try cd tremor
|
||||||
|
|
Loading…
Add table
Reference in a new issue