[Pkg-owncloud-commits] [owncloud-client] 115/159: Fix mac deployment again

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri May 1 13:05:32 UTC 2015


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

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 96ff0076c752e9366261575fb7516f32cbdb5ff3
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Thu Apr 16 16:28:34 2015 +0200

    Fix mac deployment again
---
 admin/osx/macdeployqt.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/admin/osx/macdeployqt.py b/admin/osx/macdeployqt.py
index 49f1ebd..73acb27 100755
--- a/admin/osx/macdeployqt.py
+++ b/admin/osx/macdeployqt.py
@@ -264,6 +264,8 @@ def CopyFramework(path):
   commands.append(args)
 
   info_plist = os.path.join(os.path.split(path)[0], '..', '..', 'Contents', 'Info.plist')
+  if not os.path.exists(info_plist):
+    info_plist = os.path.join(os.path.split(path)[0], 'Resources', 'Info.plist')
   if os.path.exists(info_plist):
     args = ['cp', '-r', info_plist, os.path.join(frameworks_dir, framework, "Resources")]
     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