Updated SuperTux

This commit is contained in:
Sergii Pylypenko
2015-06-03 23:23:37 +03:00
parent 96474a3064
commit c05fb4c404
5 changed files with 4597 additions and 93 deletions

View File

@@ -4,5 +4,5 @@ if [ -e supertux/patched.successfully ]; then
exit 0
else
# Google Code fails to send shallow repository, so we're checking out everything
git clone https://code.google.com/p/supertux && patch -p1 -d supertux < android.diff && touch supertux/patched.successfully || exit 1
git clone https://github.com/SuperTux/supertux.git && patch -p1 -d supertux < android.diff && touch supertux/patched.successfully || exit 1
fi