[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdevelop/5.3] appimage: appimage: Better debug output
From:       Kevin Funk <null () kde ! org>
Date:       2018-09-20 7:58:13
Message-ID: E1g2tqn-0005Dm-KR () code ! kde ! org
[Download RAW message or body]

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=../../$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=KDevelop

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic