aboutsummaryrefslogtreecommitdiff
path: root/src/splash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/splash.c')
-rw-r--r--src/splash.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/splash.c b/src/splash.c
index 3a4edfd9..dbea79a2 100644
--- a/src/splash.c
+++ b/src/splash.c
@@ -22,11 +22,11 @@
#include <rc.h>
-#ifndef LIBDIR
-# define LIBDIR "lib"
+#ifndef LIB
+# define LIB "lib"
#endif
-#define SPLASH_CACHEDIR "/" LIBDIR "/splash/cache"
+#define SPLASH_CACHEDIR "/" LIB "/splash/cache"
#define SPLASH_CMD "bash -c 'export SOFTLEVEL='%s'; export BOOTLEVEL=${RC_BOOTLEVEL}; export DEFAULTLEVEL=${RC_DEFAULTLEVEL}; export svcdir=${RC_SVCDIR}; add_suffix() { echo \"$@\"; }; . /etc/init.d/functions.sh; . /sbin/splash-functions.sh; splash %s %s %s'"