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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue