[Pkg-owncloud-commits] [owncloud-client] 202/219: Fix rpath for libraries

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:26 UTC 2014


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 171fd22d9188f6b0a63fbf633efcdb2e5c06389e
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Wed Oct 1 21:41:56 2014 +0200

    Fix rpath for libraries
---
 admin/osx/macdeployqt.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/admin/osx/macdeployqt.py b/admin/osx/macdeployqt.py
index 26523da..fe2c9c2 100755
--- a/admin/osx/macdeployqt.py
+++ b/admin/osx/macdeployqt.py
@@ -283,7 +283,7 @@ def FindSystemLibrary(library_name):
 def FixLibraryInstallPath(library_path, library):
   system_library = FindSystemLibrary(os.path.basename(library_path))
   if system_library is None:
-    new_path = '@executable_path/../Frameworks/%s' % os.path.basename(library_path)
+    new_path = '@executable_path/../MacOS/%s' % os.path.basename(library_path)
     FixInstallPath(library_path, library, new_path)
   else:
     FixInstallPath(library_path, library, system_library)

-- 
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