mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 20:38:11 +02:00
Put time file in /var/lib/plymouth/boot-time
It's pretty plymouth specific after all.
This commit is contained in:
parent
1cd0b37954
commit
46cc1884cf
2 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ plugin_LTLIBRARIES = spinfinity.la
|
|||
|
||||
spinfinity_la_CFLAGS = $(PLYMOUTH_CFLAGS) \
|
||||
-DPLYMOUTH_IMAGE_DIR=\"$(datadir)/plymouth/\" \
|
||||
-DPLYMOUTH_TIME_DIR=\"$(localstatedir)/lib/plymouth/\"\
|
||||
-DPLYMOUTH_LOGO_FILE=\"$(logofile)\" \
|
||||
-DPLYMOUTH_BACKGROUND_COLOR=$(background_color) \
|
||||
-DPLYMOUTH_BACKGROUND_END_COLOR=$(background_end_color) \
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@
|
|||
#define DEFAULT_BOOTTIME 45.0
|
||||
#endif
|
||||
|
||||
#define BOOTTIME_FILE "/var/lib/boottime"
|
||||
#define BOOTTIME_FILE PLYMOUTH_TIME_DIR "/boot-time"
|
||||
|
||||
struct _ply_boot_splash_plugin
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue