summaryrefslogtreecommitdiff
path: root/build-scripts/raspberrypi-buildbot.sh
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2013-10-10 02:06:14 -0400
committerRyan C. Gordon <icculus@icculus.org>2013-10-10 02:06:14 -0400
commit94544d5fabe1f54ace553a404635ad497c4eedf2 (patch)
tree0668dbf45b99450f434329922ea6236dfb313471 /build-scripts/raspberrypi-buildbot.sh
parent458d464db4daf1f254da7fb882a8a9a70c6232ef (diff)
downloadsdl-94544d5fabe1f54ace553a404635ad497c4eedf2.tar.gz
Fixed tarball name in Raspberry Pi build script.
Diffstat (limited to 'build-scripts/raspberrypi-buildbot.sh')
-rwxr-xr-xbuild-scripts/raspberrypi-buildbot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/raspberrypi-buildbot.sh b/build-scripts/raspberrypi-buildbot.sh
index c87e1368c..bfb34e05a 100755
--- a/build-scripts/raspberrypi-buildbot.sh
+++ b/build-scripts/raspberrypi-buildbot.sh
@@ -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