Fixed tarball name in Raspberry Pi build script.

This commit is contained in:
Ryan C. Gordon 2013-10-10 02:06:14 -04:00
parent 4f305b85a9
commit 6b2291d1cf

View File

@ -10,7 +10,7 @@
# build against it, and sdl2-config should work correctly on the
# actual device.
TARBALL=sdl2-raspberrypi-`hg tip --template '{rev}'`.tar.bz2
TARBALL=sdl-raspberrypi-`hg tip --template '{rev}'`.tar.bz2
OSTYPE=`uname -s`
if [ "$OSTYPE" != "Linux" ]; then