From c26c348a3208c15005dd29f0342186e5d80cc405 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 18 May 2020 20:06:16 -0400 Subject: [PATCH] raspberrypi-buildbot.sh: Leave files in the right place, don't nuke build dir. --- build-scripts/raspberrypi-buildbot.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-scripts/raspberrypi-buildbot.sh b/build-scripts/raspberrypi-buildbot.sh index 85124bca35c28..cf0c2311de9e9 100755 --- a/build-scripts/raspberrypi-buildbot.sh +++ b/build-scripts/raspberrypi-buildbot.sh @@ -49,10 +49,8 @@ $MAKE install perl -w -pi -e "s#$PWD/rpi-sdl2-installed#/usr/local#g;" ./rpi-sdl2-installed/lib/libSDL2.la ./rpi-sdl2-installed/lib/pkgconfig/sdl2.pc ./rpi-sdl2-installed/bin/sdl2-config mkdir -p ./usr mv ./rpi-sdl2-installed ./usr/local - +tar -cJvvf $TARBALL usr popd -tar -cJvvf $TARBALL -C $BUILDBOTDIR usr -rm -rf $BUILDBOTDIR set +x echo "All done. Final installable is in $TARBALL ...";