summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-01-27 23:53:10 +0100
committerSimon McVittie <smcv@debian.org>2016-01-29 00:23:35 +0100
commit8cfad9873874fd0ccd22b64703d74931a79277f8 (patch)
tree6254f151aa0b89a3fed7a39d772917cbfc6ec895 /Makefile.am
parent3a70dcf430e1ddf2b67b8f615e12edc1c8050f41 (diff)
downloadxdg-app-8cfad9873874fd0ccd22b64703d74931a79277f8.tar.gz
Move XDG_APP_SYSTEMDIR to /var/lib/xdg-app or similar
The FHS specifies a limited number of subdirectories for /var, which do not include xdg-app. Packaging systems like RPM and dpkg use a subdirectory of /var/lib, so it seems appropriate for system-wide xdg-app runtimes and apps too. Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 83e5774..01ebe6e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@ service_DATA = $(NULL)
AM_CPPFLAGS = \
-DXDG_APP_BINDIR=\"$(bindir)\" \
- -DXDG_APP_SYSTEMDIR=\"$(localstatedir)/xdg-app\"\
+ -DXDG_APP_SYSTEMDIR=\"$(localstatedir)/lib/xdg-app\"\
-DXDG_APP_BASEDIR=\"$(pkgdatadir)\" \
-DXDG_APP_TRIGGERDIR=\"$(pkgdatadir)/triggers\" \
-DSYSTEM_FONTS_DIR=\"$(SYSTEM_FONTS_DIR)\" \