From: sfan5 Date: Fri, 13 Jun 2014 19:09:55 +0000 (+0200) Subject: Fix AppData path for RUN_IN_PLACE, fixes #1365 X-Git-Tag: 0.4.10~85 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5b3bbde1efe61d2d515c9323b6d031621316100c;p=oweals%2Fminetest.git Fix AppData path for RUN_IN_PLACE, fixes #1365 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index bb153240f..cb701a076 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()