Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2014-11-17 20:30:32 +0300
committerMarkus Goetz <markus@woboq.com>2014-11-17 20:30:32 +0300
commite890c4ae1be29057e7394b6bf498a4ae0347d513 (patch)
tree3d6a69420e3af46f4bb169f1768905e48a1f1ef7 /OWNCLOUD.cmake
parent7ada625161fbc9aff9ff6d78af1e47216e1a6bec (diff)
OS X: Move previous fix to proper location
Diffstat (limited to 'OWNCLOUD.cmake')
-rw-r--r--OWNCLOUD.cmake8
1 files changed, 0 insertions, 8 deletions
diff --git a/OWNCLOUD.cmake b/OWNCLOUD.cmake
index 98ee75e0b..d0ab1d66f 100644
--- a/OWNCLOUD.cmake
+++ b/OWNCLOUD.cmake
@@ -11,11 +11,3 @@ set( WIN_SETUP_BITMAP_PATH "${CMAKE_SOURCE_DIR}/admin/win/nsi" )
# set( THEME_INCLUDE "${OEM_THEME_DIR}/mytheme.h" )
# set( APPLICATION_LICENSE "${OEM_THEME_DIR}/license.txt )
-
-# please ignore the 5 lines below this
-# need this logic to not mess with re/uninstallations via macosx.pkgproj
-if(${APPLICATION_REV_DOMAIN} STREQUAL "com.owncloud.desktopclient")
- set(APPLICATION_REV_DOMAIN_INSTALLER "com.ownCloud.client")
-else()
-set(APPLICATION_REV_DOMAIN_INSTALLER ${APPLICATION_REV_DOMAIN})
-endif() \ No newline at end of file