SuperTux: another broken symlink

This commit is contained in:
pelya
2015-07-23 21:13:20 +03:00
parent a9394bf5e4
commit b33a34b59d
2 changed files with 1 additions and 1 deletions

View File

@@ -1 +0,0 @@
../supertux/data/images/engine/menu/logo.png

View File

@@ -6,4 +6,5 @@ else
# Google Code fails to send shallow repository, so we're checking out everything
git clone https://github.com/SuperTux/supertux.git && patch -p1 -d supertux < android.diff && touch supertux/patched.successfully || exit 1
ln -sf supertux/data/images/engine/icons/supertux-256x256.png icon.png
ln -sf ../supertux/data/images/engine/menu/logo.png AndroidData/logo.png
fi