Mercurial > hg > sonic-visualiser
changeset 1923:4ec4c1b9d367
Tidy
author | Chris Cannam |
---|---|
date | Tue, 03 Jul 2018 14:12:26 +0100 |
parents | b676ebebe74f |
children | 6ec18c2566e7 |
files | deploy/linux/deploy-appimage.sh |
diffstat | 1 files changed, 0 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- 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"