tazlito rev 406

Store receipt in flavor info
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 29 12:59:59 2015 +0100 (2015-11-29)
parents 66f7dad7972b
children 5dba07072fd7
files tazlito
line diff
     1.1 --- a/tazlito	Tue Nov 24 14:44:12 2015 +0100
     1.2 +++ b/tazlito	Sun Nov 29 12:59:59 2015 +0100
     1.3 @@ -1803,7 +1803,7 @@
     1.4  			fi
     1.5  			if [ -f "$TMP_DIR/$FLAVOR.receipt" ]; then
     1.6  				echo -n "Extracting receipt... "
     1.7 -				mv $TMP_DIR/$FLAVOR.receipt  receipt 2> /dev/null
     1.8 +				cp $TMP_DIR/$FLAVOR.receipt  receipt 2> /dev/null
     1.9  				status
    1.10  			fi
    1.11  			infos="$FLAVOR.desc"