소스 검색

Fixed tarball name in Raspberry Pi build script.

Ryan C. Gordon 12 년 전
부모
커밋
6b2291d1cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 #  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