Fix AppData path for RUN_IN_PLACE, fixes #1365
authorsfan5 <sfan5@live.de>
Fri, 13 Jun 2014 19:09:55 +0000 (21:09 +0200)
committersfan5 <sfan5@live.de>
Fri, 13 Jun 2014 19:09:55 +0000 (21:09 +0200)
CMakeLists.txt

index bb153240f7b48d01c2d461f765a0d8875b3bb68d..cb701a076258a2c1bb4922fe52e9151b2904de9a 100644 (file)
@@ -87,6 +87,7 @@ elseif(UNIX) # Linux, BSD etc
                set(EXAMPLE_CONF_DIR ".")
                set(MANDIR "unix/man")
                set(XDG_APPS_DIR "unix/applications")
+               set(APPDATADIR "unix/appdata")
                set(ICONDIR "unix/icons")
                set(LOCALEDIR "locale")
        else()