Fixed tarball name in Raspberry Pi build script.
This commit is contained in:
parent
e1f08f5661
commit
c0ea35c354
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
# build against it, and sdl2-config should work correctly on the
|
# build against it, and sdl2-config should work correctly on the
|
||||||
# actual device.
|
# actual device.
|
||||||
|
|
||||||
TARBALL=sdl2-raspberrypi-`hg tip --template '{rev}'`.tar.bz2
|
TARBALL=sdl-raspberrypi-`hg tip --template '{rev}'`.tar.bz2
|
||||||
|
|
||||||
OSTYPE=`uname -s`
|
OSTYPE=`uname -s`
|
||||||
if [ "$OSTYPE" != "Linux" ]; then
|
if [ "$OSTYPE" != "Linux" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue