[Pkg-owncloud-commits] [owncloud-client] 192/219: OS X: Use a python script to fix for bundle fixup...

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:25 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 41b07d045a4009f8b19eeff51ea631d7cafca2dd
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Tue Sep 30 17:08:29 2014 +0200

    OS X: Use a python script to fix for bundle fixup...
    
    ...rather than relying on cmake magic
---
 admin/osx/macdeployqt.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/admin/osx/macdeployqt.py b/admin/osx/macdeployqt.py
index 5935a2f..b33048c 100755
--- a/admin/osx/macdeployqt.py
+++ b/admin/osx/macdeployqt.py
@@ -320,3 +320,4 @@ if len(sys.argv) <= 2:
 for command in commands:
   p = subprocess.Popen(command)
   os.waitpid(p.pid, 0)
+

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