diff options
author | sfan5 <sfan5@live.de> | 2014-06-13 21:09:55 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2014-06-13 21:09:55 +0200 |
commit | 5b3bbde1efe61d2d515c9323b6d031621316100c (patch) | |
tree | ebe978b3f2b3b12c8f2b456295ccf5fb8c9ff84b /CMakeLists.txt | |
parent | c39e46c00d41c534eb33e608e2536edde9212876 (diff) | |
download | minetest-5b3bbde1efe61d2d515c9323b6d031621316100c.tar.gz minetest-5b3bbde1efe61d2d515c9323b6d031621316100c.tar.bz2 minetest-5b3bbde1efe61d2d515c9323b6d031621316100c.zip |
Fix AppData path for RUN_IN_PLACE, fixes #1365
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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() |