Put system installed apps/runtimes in localstatedir (/var)

tingping/wmclass
Alexander Larsson 2015-02-06 11:59:38 +01:00
parent 3afe98d614
commit 287a93742f
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ endif
AM_CPPFLAGS = \
-DXDG_APP_BINDIR=\"$(bindir)\" \
-DXDG_APP_SYSTEMDIR=\"$(localstatedir)/xdg-app\"\
-DXDG_APP_BASEDIR=\"$(pkgdatadir)\" \
-DXDG_APP_TRIGGERDIR=\"$(pkgdatadir)/triggers\" \
-DHELPER=\"$(bindir)/xdg-app-helper\" \

View File

@ -40,7 +40,7 @@ enum {
GFile *
xdg_app_get_system_base_dir_location (void)
{
return g_file_new_for_path (XDG_APP_BASEDIR);
return g_file_new_for_path (XDG_APP_SYSTEMDIR);
}
GFile *