# HG changeset patch # User Chris Cannam # Date 1530623546 -3600 # Node ID 4ec4c1b9d367275520eafa100f498c6450d401f7 # Parent b676ebebe74f1f7e35015ea671a7abbc54492617 Tidy diff -r b676ebebe74f -r 4ec4c1b9d367 deploy/linux/deploy-appimage.sh --- a/deploy/linux/deploy-appimage.sh Tue Jul 03 12:51:10 2018 +0100 +++ b/deploy/linux/deploy-appimage.sh Tue Jul 03 14:12:26 2018 +0100 @@ -62,15 +62,6 @@ cp -Lv "$lib" "$target" chmod +x "$target" - -# # copy e.g. /usr/lib/pulseaudio/libpulsecommon-*.so up a -# # level to something in the load path -# last_element=$(basename $(dirname "$lib")) -# case "$last_element" in -# lib) ;; -# *-gnu) ;; -# *) cp -v "$targetdir/$lib" "$targetdir/$(dirname $(dirname $lib))" -# esac add_dependencies "$lib" @@ -82,8 +73,6 @@ add_dependencies "$checker" add_dependencies "$piper" -#cp -v "$targetdir/usr/local/lib/"* "$targetdir/usr/lib/" - qtplugins="gif icns ico jpeg tga tiff wbmp webp cocoa minimal offscreen xcb" qtlibdirs="/usr/lib/x86_64-linux-gnu/qt5 /usr/lib/x86_64-linux-gnu/qt /usr/lib/qt5 /usr/lib/qt"