mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 15:28:12 +02:00
[daemon] Actually install shipped config files
commit cf766763f2 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.
This commit is contained in:
parent
f919294e82
commit
ff78fd70cf
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue