Skip to content

Commit

Permalink
AppImage update to libsdl2 (mavlink#4155)
Browse files Browse the repository at this point in the history
- fixes mavlink#4148
  • Loading branch information
dagar authored Oct 19, 2016
1 parent 9fe7132 commit 1f20c60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/create_linux_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ mkdir -p ${APPDIR}
cd ${TMPDIR}
wget -c --quiet http://ftp.us.debian.org/debian/pool/main/u/udev/udev_175-7.2_amd64.deb
wget -c --quiet http://ftp.us.debian.org/debian/pool/main/e/espeak/espeak_1.46.02-2_amd64.deb
wget -c --quiet http://ftp.us.debian.org/debian/pool/main/libs/libsdl1.2/libsdl1.2debian_1.2.15-5_amd64.deb
wget -c --quiet http://ftp.us.debian.org/debian/pool/main/libs/libsdl2/libsdl2-2.0-0_2.0.2%2bdfsg1-6_amd64.deb


cd ${APPDIR}
find ../ -name *.deb -exec dpkg -x {} . \;
Expand Down

0 comments on commit 1f20c60

Please sign in to comment.