Put time file in /var/lib/plymouth/boot-time

It's pretty plymouth specific after all.
This commit is contained in:
Ray Strode 2008-09-24 11:18:48 -04:00
parent 1cd0b37954
commit 46cc1884cf
2 changed files with 2 additions and 1 deletions

View file

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

View file

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