wok diff busybox/receipt @ rev 10743

slitaz-doc: small fix
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 30 02:41:02 2011 +0200 (2011-05-30)
parents 5fbf13b1df6d
children 481d1e820d85
line diff
     1.1 --- a/busybox/receipt	Sat Apr 30 22:04:35 2011 +0200
     1.2 +++ b/busybox/receipt	Mon May 30 02:41:02 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 &&