Skip to content

Commit

Permalink
Fix AppData path for RUN_IN_PLACE, fixes #1365
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Jun 13, 2014
1 parent c39e46c commit 5b3bbde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -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()
Expand Down

0 comments on commit 5b3bbde

Please sign in to comment.