https://bugs.kde.org/show_bug.cgi?id=429103

--- Comment #94 from caulier.gil...@gmail.com ---
Git commit 9541292038a5b7fd1bf97c8a07d48020b6891783 by Gilles Caulier.
Committed on 15/12/2020 at 09:24.
Pushed by cgilles into branch 'master'.

More files stripped with debug symbols CCBUGS:429103

M  +1    -2    project/bundles/macports/04-build-installer.sh

https://invent.kde.org/graphics/digikam/commit/9541292038a5b7fd1bf97c8a07d48020b6891783

diff --git a/project/bundles/macports/04-build-installer.sh
b/project/bundles/macports/04-build-installer.sh
index 6332277930..66c0519022 100755
--- a/project/bundles/macports/04-build-installer.sh
+++ b/project/bundles/macports/04-build-installer.sh
@@ -455,8 +455,7 @@ if [[ $DK_DEBUG = 1 ]] ; then
     find $TEMPROOT -name "*.so"    | grep -Ev '(digikam|showfoto|exiv2)' |
xargs strip -SXx
     find $TEMPROOT -name "*.dylib" | grep -Ev '(digikam|showfoto|exiv2)' |
xargs strip -SXx
 else
-    find $TEMPROOT -name "*.so"    | xargs strip -SXx
-    find $TEMPROOT -name "*.dylib" | xargs strip -SXx
+    find $TEMPROOT -perm +111 -type f | xargs strip -SXx 2>/dev/null
 fi

 if [[ $DK_DEBUG = 1 ]] ; then

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to