Commit 6b2291d1cfc56f7808d7c42dfe711bebb41e5fea

Ryan C. Gordon 2013-10-10T02:06:14

Fixed tarball name in Raspberry Pi build script.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/build-scripts/raspberrypi-buildbot.sh b/build-scripts/raspberrypi-buildbot.sh
index c87e136..bfb34e0 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