tazwok diff chroot-scripts/gen-iso @ rev 558

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:31:13 2019 +0100 (2019-02-26)
parents 6d514a2cd9ef
children
line diff
     1.1 --- a/chroot-scripts/gen-iso	Mon Mar 07 07:14:45 2011 +0000
     1.2 +++ b/chroot-scripts/gen-iso	Tue Feb 26 08:31:13 2019 +0100
     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