projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c39e46c
)
Fix AppData path for RUN_IN_PLACE, fixes #1365
author
sfan5
<sfan5@live.de>
Fri, 13 Jun 2014 19:09:55 +0000
(21:09 +0200)
committer
sfan5
<sfan5@live.de>
Fri, 13 Jun 2014 19:09:55 +0000
(21:09 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index bb153240f7b48d01c2d461f765a0d8875b3bb68d..cb701a076258a2c1bb4922fe52e9151b2904de9a 100644
(file)
--- 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()