slitaz-tools rev 765

tazinst: copy grub slash image
author Richard Dunbar <mojo@slitaz.org>
date Tue May 15 06:51:08 2012 +0000 (2012-05-15)
parents 64cc5c3b9d6c
children 1962e7ea953e
files installer/tazinst
line diff
     1.1 --- a/installer/tazinst	Tue May 15 06:41:31 2012 +0000
     1.2 +++ b/installer/tazinst	Tue May 15 06:51:08 2012 +0000
     1.3 @@ -609,7 +609,7 @@
     1.4  	if [ -f "$SOURCE_ROOT/boot/grub/splash.xpm.gz" ]; then
     1.5  		debug "Copy GRUB splash image"
     1.6  		mkdir -p $TARGET_ROOT/boot/grub
     1.7 -		$SOURCE_ROOT/boot/grub/splash.xpm.gz $TARGET_ROOT/boot/grub
     1.8 +                cp $SOURCE_ROOT/boot/grub/splash.xpm.gz $TARGET_ROOT/boot/grub
     1.9  	fi
    1.10  }
    1.11