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}
This commit is contained in:
Klaas Freitag 2015-02-12 11:12:10 +01:00
Родитель e4fce1250b
Коммит 6be0b2b6c3
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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" )