tazwok rev 474

gen-iso: make it compatible with tazlito 4.0
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Apr 04 02:55:10 2011 +0200 (2011-04-04)
parents b3f66f44f735
children c545a19df5b5
files chroot-scripts/gen-iso
line diff
     1.1 --- a/chroot-scripts/gen-iso	Sat Apr 02 14:51:52 2011 +0200
     1.2 +++ b/chroot-scripts/gen-iso	Mon Apr 04 02:55:10 2011 +0200
     1.3 @@ -29,7 +29,7 @@
     1.4  	sed "/^ISO_NAME/ s/$1/$SLITAZ_VERSION-$1/" -i tazlito.conf
     1.5  	[ "$2" = gzip ] && echo "COMPRESSION=gzip" >> tazlito.conf
     1.6  	echo -e "\n" | tazlito gen-distro || report exit "Generation of iso failed"
     1.7 -	cp $SLITAZ_DIR/distro/*.iso $SLITAZ_DIR/distro/*.md5 $LOCAL_REPOSITORY/iso
     1.8 +	cp $LOCAL_REPOSITORY/distro/*.iso $LOCAL_REPOSITORY/distro/*.md5 $LOCAL_REPOSITORY/iso
     1.9  	clean-chroot
    1.10  	report stop
    1.11  else