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

List:       kde-commits
Subject:    [kdevelop/5.3] appimage: appimage: Run strip on files in bin+lib only
From:       Kevin Funk <null () kde ! org>
Date:       2018-09-20 7:48:21
Message-ID: E1g2thF-00083R-Do () code ! kde ! org
[Download RAW message or body]

Git commit 1053bbc2e573cf946a52e8df8a35a5ffe926d451 by Kevin Funk.
Committed on 20/09/2018 at 07:48.
Pushed by kfunk into branch '5.3'.

appimage: Run strip on files in bin+lib only

Should be enough

M  +1    -1    appimage/kdevelop-recipe-centos6.sh

https://commits.kde.org/kdevelop/1053bbc2e573cf946a52e8df8a35a5ffe926d451

diff --git a/appimage/kdevelop-recipe-centos6.sh b/appimage/kdevelop-recipe=
-centos6.sh
index 0e7ecd6f6b..d4205668a7 100755
--- a/appimage/kdevelop-recipe-centos6.sh
+++ b/appimage/kdevelop-recipe-centos6.sh
@@ -375,7 +375,7 @@ rm -rf usr/share/ECM/ || true
 rm -rf usr/share/gettext || true
 rm -rf usr/share/pkgconfig || true
 =

-strip -g $(find usr) || true
+strip -g $(find usr/bin usr/lib -type f) || true
 =

 # We do not bundle this, so let's not search that inside the AppImage. =

 # Fixes "Qt: Failed to create XKB context!" and lets us enter text
[prev in list] [next in list] [prev in thread] [next in thread] 

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