mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-15 00:38:08 +02:00
10 lines
295 B
Makefile
10 lines
295 B
Makefile
noinst_SCRIPTS = new-object.sh
|
|
|
|
initrdscriptdir = $(libexecdir)/plymouth
|
|
initrdscript_SCRIPTS = plymouth-update-initrd
|
|
|
|
install-data-hook:
|
|
$(DESTDIR)$(initrdscriptdir)/plymouth-update-initrd
|
|
|
|
EXTRA_DIST=$(initrdscript_SCRIPTS) $(noinst_SCRIPTS) default.cfg
|
|
MAINTAINERCLEANFILES = Makefile.in
|