slitaz-tools rev 694

tazinst: typo in grub splash name
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 01 08:23:20 2012 +0100 (2012-03-01)
parents e2aa25eb8e38
children 09be8c237181
files installer/tazinst
line diff
     1.1 --- a/installer/tazinst	Thu Mar 01 05:16:32 2012 +0100
     1.2 +++ b/installer/tazinst	Thu Mar 01 08:23:20 2012 +0100
     1.3 @@ -605,7 +605,7 @@
     1.4  		cp -a $SOURCE_ROOT/boot/isolinux/*.c32 $TARGET_ROOT/boot/isolinux
     1.5  	fi
     1.6  	# GRUB splash image
     1.7 -	if [ -f "$SOURCE_ROOT/boot/grub/splash.xmp.gz" ]; then
     1.8 +	if [ -f "$SOURCE_ROOT/boot/grub/splash.xpm.gz" ]; then
     1.9  		debug "Copy GRUB splash image"
    1.10  		mkdir -p $TARGET_ROOT/boot/grub
    1.11  		$SOURCE_ROOT/boot/grub/splash.xpm.gz $TARGET_ROOT/boot/grub