projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c42c9f0
)
OS X: Always return 0 from pre_install.sh
author
Markus Goetz
<markus@woboq.com>
Fri, 13 Mar 2015 15:35:44 +0000
(16:35 +0100)
committer
Markus Goetz
<markus@woboq.com>
Fri, 13 Mar 2015 15:35:44 +0000
(16:35 +0100)
admin/osx/pre_install.sh.cmake
patch
|
blob
|
history
diff --git
a/admin/osx/pre_install.sh.cmake
b/admin/osx/pre_install.sh.cmake
index e2b9e46b1a50e0ffd50739a609e2d874ddadf496..094a283dee676cf67f9d6b5ef9143b85040645e4 100644
(file)
--- 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