[Pkg-owncloud-commits] [owncloud-client] 149/164: OS X: Always return 0 from pre_install.sh
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sun Mar 22 11:57:07 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 6c4b7f1479eff4b4c90bab0c82d3e6a7c1bfc8ed
Author: Markus Goetz <markus at woboq.com>
Date: Fri Mar 13 16:35:44 2015 +0100
OS X: Always return 0 from pre_install.sh
---
admin/osx/pre_install.sh.cmake | 1 +
1 file changed, 1 insertion(+)
diff --git a/admin/osx/pre_install.sh.cmake b/admin/osx/pre_install.sh.cmake
index e2b9e46..094a283 100644
--- a/admin/osx/pre_install.sh.cmake
+++ b/admin/osx/pre_install.sh.cmake
@@ -6,3 +6,4 @@ killall @APPLICATION_EXECUTABLE@
# Unload the Finder plugin. see issue #2105
killall Finder
+exit 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