wok rev 12796

nqc: fix wierd TARBALL name side effect
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 18 09:52:37 2012 +0200 (2012-05-18)
parents 597acfcb1dce
children 1bc9f8436e90
files nqc/receipt
line diff
     1.1 --- a/nqc/receipt	Fri May 18 09:43:02 2012 +0200
     1.2 +++ b/nqc/receipt	Fri May 18 09:52:37 2012 +0200
     1.3 @@ -17,6 +17,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	[ -s $TARBALL ] && tar xjf $TARBALL -C ..
     1.8  	make -j1 TOOLPREFIX="$TOOLPREFIX" \
     1.9  		DEFAULT_SERIAL_NAME='"/dev/ttyS0"' \
    1.10  		DEFAULT_USB_NAME='"/dev/usb/legousbtower0"' \