summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-08-24 20:31:29 +0200
committerHans de Goede <hdegoede@redhat.com>2012-08-24 20:41:14 +0200
commit57bbf7da36842980cd1c97e9291adda325f12792 (patch)
treef07a055c9bddc6deeaf7faf41756eef8a5a72a74 /Makefile.am
parentcb123d3e35039097dcf248eac026a7d7914a123d (diff)
Install tmpfiles.d file in $prefix/lib/tmpfiles.d (rhbz#840194)
/etc/tmpfiles.d is reserved for local customization. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
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 170a922..a14e25c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,7 +42,7 @@ install-data-local:
$(mkdir_p) $(DESTDIR)$(localstatedir)/run/spice-vdagentd
-tmpfilesdir = $(sysconfdir)/tmpfiles.d
+tmpfilesdir = $(prefix)/lib/tmpfiles.d
tmpfiles_DATA = $(top_srcdir)/data/tmpfiles.d/spice-vdagentd.conf
modulesdir = $(sysconfdir)/modules-load.d