wok-current diff busybox/receipt @ rev 10664
aufs: fix permission
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 27 09:29:10 2011 +0200 (2011-05-27) |
parents | 5fbf13b1df6d |
children | 481d1e820d85 |
line diff
1.1 --- a/busybox/receipt Sat Apr 30 22:04:35 2011 +0200 1.2 +++ b/busybox/receipt Fri May 27 09:29:10 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 &&