[Pkg-owncloud-commits] [owncloud-client] 416/498: OS X: Fix enabling overlays for branded clients #3463
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:12 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 1e72ea45dd2e4362a3e673583e6595dcf3243c32
Author: Markus Goetz <markus at woboq.com>
Date: Fri Jul 31 15:13:14 2015 +0200
OS X: Fix enabling overlays for branded clients #3463
---
admin/osx/post_install.sh.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/admin/osx/post_install.sh.cmake b/admin/osx/post_install.sh.cmake
index a6a55e6..aaafbf4 100644
--- a/admin/osx/post_install.sh.cmake
+++ b/admin/osx/post_install.sh.cmake
@@ -10,7 +10,7 @@ EOF
# Always enable the new 10.10 finder plugin if available
if [ -x "$(command -v pluginkit)" ]; then
- pluginkit -e use -i com.owncloud.desktopclient.FinderSyncExt
+ pluginkit -e use -i @APPLICATION_REV_DOMAIN at .FinderSyncExt
fi
exit 0
\ No newline at end of file
--
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