Browse Source

cmake: Lets do not explicitely set a APPLICATION_SHORTNAME.

That makes it defaulting to the APPLICATION_NAME which is ownCloud.
That is what we want and expect to read the system exclude file from
on linux.

How we find the system exclude file linux:

ConfigFile::excludeFileFromSystem()
 -> Theme::instance()->appName()

 -> OwncloudTheme::appName() returns "ownCloud"

 -> default Theme::appName() returns APPLICATION_SHORTNAME

 -> cmake installs to ${SYSCONFDIR}/${APPLICATION_SHORTNAME}
Klaas Freitag 11 years ago
parent
commit
6be0b2b6c3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      OWNCLOUD.cmake

+ 0 - 1
OWNCLOUD.cmake

@@ -1,5 +1,4 @@
 set( APPLICATION_NAME       "ownCloud" )
-set( APPLICATION_SHORTNAME  "owncloud" )
 set( APPLICATION_EXECUTABLE "owncloud" )
 set( APPLICATION_DOMAIN     "owncloud.com" )
 set( APPLICATION_VENDOR     "ownCloud" )