wok-next rev 9664
busybox: ensure $stuff is set (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 01 12:51:33 2011 +0200 (2011-05-01) |
parents | 3bb8f2adbf51 |
children | 0e5d05a1de8d |
files | busybox/receipt |
line diff
1.1 --- a/busybox/receipt Sun May 01 09:13:52 2011 +0200 1.2 +++ b/busybox/receipt Sun May 01 12:51:33 2011 +0200 1.3 @@ -35,7 +35,7 @@ 1.4 # Rules to compile & install the temporary toolchain. 1.5 cook_tmp_toolchain() 1.6 { 1.7 - { stuff=../stuff 1.8 + { stuff=${stuff:-../stuff} 1.9 apply_bb_patchs && 1.10 make oldconfig && 1.11 make &&