# HG changeset patch # User Antoine Bodin # Date 1301878510 -7200 # Node ID 67b0add039e2c1f194604aa9f3e6dbd3112f27e0 # Parent b3f66f44f735c7dc4aca08215135d22c64ca5c97 gen-iso: make it compatible with tazlito 4.0 diff -r b3f66f44f735 -r 67b0add039e2 chroot-scripts/gen-iso --- a/chroot-scripts/gen-iso Sat Apr 02 14:51:52 2011 +0200 +++ b/chroot-scripts/gen-iso Mon Apr 04 02:55:10 2011 +0200 @@ -29,7 +29,7 @@ sed "/^ISO_NAME/ s/$1/$SLITAZ_VERSION-$1/" -i tazlito.conf [ "$2" = gzip ] && echo "COMPRESSION=gzip" >> tazlito.conf echo -e "\n" | tazlito gen-distro || report exit "Generation of iso failed" - cp $SLITAZ_DIR/distro/*.iso $SLITAZ_DIR/distro/*.md5 $LOCAL_REPOSITORY/iso + cp $LOCAL_REPOSITORY/distro/*.iso $LOCAL_REPOSITORY/distro/*.md5 $LOCAL_REPOSITORY/iso clean-chroot report stop else