From 6b2291d1cfc56f7808d7c42dfe711bebb41e5fea Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 10 Oct 2013 02:06:14 -0400 Subject: [PATCH] Fixed tarball name in Raspberry Pi build script. --- build-scripts/raspberrypi-buildbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/raspberrypi-buildbot.sh b/build-scripts/raspberrypi-buildbot.sh index c87e1368c5d55..bfb34e05a9f11 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