Skip to content

Commit

Permalink
raspberrypi-buildbot.sh: Leave files in the right place, don't nuke b…
Browse files Browse the repository at this point in the history
…uild dir.
  • Loading branch information
icculus committed May 19, 2020
1 parent b0f41e1 commit c26c348
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build-scripts/raspberrypi-buildbot.sh
Expand Up @@ -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 ...";
Expand Down

0 comments on commit c26c348

Please sign in to comment.