[Pkg-owncloud-commits] [owncloud-client] 152/171: Fix the crash reporter not launching

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Feb 17 09:37:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to annotated tag upstream/2.1.1+dfsg
in repository owncloud-client.

commit e4ae279f7b07b88333285a4efb4357f69a1b41aa
Author: Jocelyn Turcotte <jturcotte at woboq.com>
Date:   Tue Feb 2 10:43:44 2016 +0100

    Fix the crash reporter not launching
    
    The proper path needs to be returned from CopyFramework
    in order for install_name_tool to be run on the destination.
---
 admin/osx/macdeployqt.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/admin/osx/macdeployqt.py b/admin/osx/macdeployqt.py
index 25bfaeb..aab0393 100755
--- a/admin/osx/macdeployqt.py
+++ b/admin/osx/macdeployqt.py
@@ -262,8 +262,8 @@ def CopyFramework(source_dylib):
       dest_dylib_path = os.path.join(frameworks_dir, *parts[i:-1])
       break
   if os.path.exists(dest_path):
-    print dest_path, "already exists, skipping..."
-    return
+    print dest_path, "already exists, skipping copy..."
+    return os.path.join(dest_dylib_path, dylib_name)
 
   args = ['mkdir', '-p', dest_dylib_path]
   commands.append(args)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list