tazwok rev 271

Fix: add a missing report end-step
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 14 03:06:47 2011 +0100 (2011-02-14)
parents 2c232d0f075a
children 6a0bc1cc0812
files tazwok
line diff
     1.1 --- a/tazwok	Mon Feb 14 02:48:05 2011 +0100
     1.2 +++ b/tazwok	Mon Feb 14 03:06:47 2011 +0100
     1.3 @@ -504,7 +504,11 @@
     1.4  					cp $SOURCES_REPOSITORY/$TARBALL $tmp_src/${src##*/}
     1.5  				;;
     1.6  
     1.7 -			esac || { rm -f $SOURCES_REPOSITORY/$TARBALL; rm -r $tmp_src; return 1; }
     1.8 +			esac || { report end-step
     1.9 +				rm -f $SOURCES_REPOSITORY/$TARBALL
    1.10 +				rm -r $tmp_src
    1.11 +				return 1
    1.12 +			}
    1.13  		fi
    1.14  
    1.15  		# Check if uncompressed tarball is in a root dir or not.