tazwok rev 537

tazwok: handle *.run source (self executable)
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 27 14:35:54 2011 +0200 (2011-05-27)
parents 89e392194b30
children 75d08a5aea4a
files tazwok
line diff
     1.1 --- a/tazwok	Fri May 27 10:33:20 2011 +0200
     1.2 +++ b/tazwok	Fri May 27 14:35:54 2011 +0200
     1.3 @@ -509,6 +509,7 @@
     1.4  				*Z|*taz) uncompress -c $SOURCES_REPOSITORY/$TARBALL | tar xf - -C $tmp_src;;
     1.5  				*gz) tar xzf $SOURCES_REPOSITORY/$TARBALL -C $tmp_src;;
     1.6  				*rpm) cd $tmp_src && rpm2cpio $SOURCES_REPOSITORY/$TARBALL | cpio -idm --quiet;;
     1.7 +				*.run) cd $tmp_src && sh $SOURCES_REPOSITORY/$TARBALL $RUN_OPTS;;
     1.8  
     1.9  				# It's a plain file or something receipt unpack itself.	
    1.10  				*)