create /var/run/plymouth during install

This commit is contained in:
Ray Strode 2008-05-30 13:10:42 -04:00
parent 7f743227c3
commit b4e1c21886

View file

@ -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