Skip to content

Commit

Permalink
Fixed tarball name in Raspberry Pi build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 10, 2013
1 parent 4f305b8 commit 6b2291d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/raspberrypi-buildbot.sh
Expand Up @@ -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
Expand Down

0 comments on commit 6b2291d

Please sign in to comment.