From 5b3bbde1efe61d2d515c9323b6d031621316100c Mon Sep 17 00:00:00 2001 From: sfan5 Date: Fri, 13 Jun 2014 21:09:55 +0200 Subject: Fix AppData path for RUN_IN_PLACE, fixes #1365 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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() -- cgit v1.2.3