slitaz-tools rev 693

tazinst: Fix GRUB splash image creation
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 01 05:16:32 2012 +0100 (2012-03-01)
parents 3a1b606a07d5
children 336f23f5795f
files installer/tazinst
line diff
     1.1 --- a/installer/tazinst	Thu Mar 01 05:14:22 2012 +0100
     1.2 +++ b/installer/tazinst	Thu Mar 01 05:16:32 2012 +0100
     1.3 @@ -605,10 +605,10 @@
     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.xmp.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
    1.12 +		$SOURCE_ROOT/boot/grub/splash.xpm.gz $TARGET_ROOT/boot/grub
    1.13  	fi
    1.14  }
    1.15