From kde-commits Thu Sep 20 07:58:13 2018 From: Kevin Funk Date: Thu, 20 Sep 2018 07:58:13 +0000 To: kde-commits Subject: [kdevelop/5.3] appimage: appimage: Better debug output Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=153746010111791 Git commit e8e470d95b6b0c5ffb28a94e782636677257dd67 by Kevin Funk. Committed on 20/09/2018 at 07:57. Pushed by kfunk into branch '5.3'. appimage: Better debug output M +4 -1 appimage/kdevelop-recipe-centos6.sh https://commits.kde.org/kdevelop/e8e470d95b6b0c5ffb28a94e782636677257dd67 diff --git a/appimage/kdevelop-recipe-centos6.sh b/appimage/kdevelop-recipe= -centos6.sh index d4205668a7..73f7b202ed 100755 --- a/appimage/kdevelop-recipe-centos6.sh +++ b/appimage/kdevelop-recipe-centos6.sh @@ -268,7 +268,7 @@ if [ -e $(dirname $QTDIR/plugins/bearer) ] ; then else PLUGINS=3D../../$QTVERSION_SHORT/gc*/plugins/ fi -echo $PLUGINS # /usr/lib64/qt5/plugins if build system Qt is found +echo "Using plugin dir: $PLUGINS" # /usr/lib64/qt5/plugins if build system= Qt is found cp -r $PLUGINS/bearer ./usr/lib/qt5/plugins/ cp -r $PLUGINS/generic ./usr/lib/qt5/plugins/ cp -r $PLUGINS/imageformats ./usr/lib/qt5/plugins/ @@ -499,6 +499,9 @@ rm -f /kdevelop.appdir/usr/bin/bugpoint = find /kdevelop.appdir -name '*.a' -exec rm {} \; = +echo "Final listing of files which will end up in the AppImage:" +find /kdevelop.appdir + cd / = APP=3DKDevelop