From: Ray Strode Date: Wed, 24 Mar 2010 03:00:11 +0000 (-0400) Subject: [daemon] Actually install shipped config files X-Git-Tag: 0.8.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff78fd70cff99b9c445908f72d19b4e341ede006;p=thirdparty%2Fplymouth.git [daemon] Actually install shipped config files commit cf766763f26ad0bb8e001a9ecf65b00f4c766e3c was messed up in more than one way. The biggest problem was that It didn't include the Makefile changes needed to ship the files added to the repository. This commit fixes that. --- diff --git a/src/Makefile.am b/src/Makefile.am index 249a6940..f0631ddd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -30,6 +30,12 @@ plymouthdtimedir = $(localstatedir)/lib/plymouth pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = ply-splash-core.pc ply-splash-graphics.pc +plymouthd_defaultsdir = $(PLYMOUTH_POLICY_DIR) +dist_plymouthd_defaults_DATA = plymouthd.defaults + +plymouthd_confdir = $(PLYMOUTH_CONF_DIR) +dist_plymouthd_conf_DATA = plymouthd.conf + install-data-hook: -mkdir -p $(DESTDIR)$(plymouthdrundir) -mkdir -p $(DESTDIR)$(plymouthdspooldir)