aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-08-27 14:29:50 +0000
committerOlivier Blin <oblin@mandriva.com>2008-08-27 14:29:50 +0000
commit7702fc68c1fe43d229190957e900747c0d5639cb (patch)
tree71dc4c208c8217522f7b0362cb1046877d191b86
parentbe224be324117b1e95db7ba598524c923bb9e216 (diff)
downloadbootsplash-7702fc68c1fe43d229190957e900747c0d5639cb.tar
bootsplash-7702fc68c1fe43d229190957e900747c0d5639cb.tar.gz
bootsplash-7702fc68c1fe43d229190957e900747c0d5639cb.tar.bz2
bootsplash-7702fc68c1fe43d229190957e900747c0d5639cb.tar.xz
bootsplash-7702fc68c1fe43d229190957e900747c0d5639cb.zip
set DURING_MAKE_BOOTSPLASH variable when calling splashy_config
-rwxr-xr-xscripts/make-boot-splash2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash
index d92453d..5f8ec81 100755
--- a/scripts/make-boot-splash
+++ b/scripts/make-boot-splash
@@ -35,7 +35,7 @@ rm -f $splash_dir/themes/current
ln -s $THEME $splash_dir/themes/current
if [ -x /sbin/splashy_config ]; then
- /sbin/splashy_config -s $THEME-$resolution
+ DURING_MAKE_BOOTSPLASH=1 /sbin/splashy_config -s $THEME-$resolution
fi
$splash_dir/scripts/make-boot-splash-raw $initrd_file $resolution $THEME || exit 1