summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexander.larsson@gmail.com>2016-01-29 08:54:25 +0100
committerAlexander Larsson <alexander.larsson@gmail.com>2016-01-29 08:54:25 +0100
commitf0e87af9295710ef0ce9a8fedd267b70eb57a7a1 (patch)
tree76699c77d3de9ea606c373bc24f16e0905ac85f1 /Makefile.am
parent3fd50ea3acb118b4df2c25b6be4eeba239043b1f (diff)
parent8cfad9873874fd0ccd22b64703d74931a79277f8 (diff)
downloadxdg-app-f0e87af9295710ef0ce9a8fedd267b70eb57a7a1.tar.gz
Merge pull request #109 from smcv/fhs
Move XDG_APP_SYSTEMDIR to /var/lib/xdg-app or similar
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 b4d1b0b..dc3109b 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)\" \