[Pkg-owncloud-commits] [owncloud-client] 89/171: OS X: Don't install legacy Finder plugin on >= 10.10 #3587 (v2)
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Feb 17 09:36:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to annotated tag upstream/2.1.1+dfsg
in repository owncloud-client.
commit 0f658e5ca917b34b4758270661a0a7eb3761f88e
Author: Markus Goetz <markus at woboq.com>
Date: Fri Jan 8 17:53:54 2016 +0100
OS X: Don't install legacy Finder plugin on >= 10.10 #3587 (v2)
---
admin/osx/macosx.pkgproj | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/admin/osx/macosx.pkgproj b/admin/osx/macosx.pkgproj
index f533f38..a990c81 100644
--- a/admin/osx/macosx.pkgproj
+++ b/admin/osx/macosx.pkgproj
@@ -1453,8 +1453,9 @@
<key>SHARED_GLOBAL_DATA</key>
<dict>
<key>IC_REQUIREMENT_JAVASCRIPT_SHARED_SOURCE_CODE</key>
- <string>function olderOsx() {
-if(!(system.version.ProductVersion >= '10.10')) {
+ <string>
+ function olderOsx() {
+ if(system.compareVersions(system.version.ProductVersion, '10.10') == -1) {
return true;
}
return false;
--
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