Explorar o código

Fixed tarball name in Raspberry Pi build script.

Ryan C. Gordon %!s(int64=12) %!d(string=hai) anos
pai
achega
6b2291d1cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build-scripts/raspberrypi-buildbot.sh

+ 1 - 1
build-scripts/raspberrypi-buildbot.sh

@@ -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