mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 18:58:01 +02:00
create /var/run/plymouth during install
This commit is contained in:
parent
7f743227c3
commit
b4e1c21886
1 changed files with 5 additions and 0 deletions
|
|
@ -20,4 +20,9 @@ plymouthd_SOURCES = \
|
|||
ply-window.c \
|
||||
main.c
|
||||
|
||||
plymouthdrundir = $(localstatedir)/run/plymouth
|
||||
|
||||
install-data-hook:
|
||||
-mkdir -p $(DESTDIR)$(plymouthdrundir)
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue