wok-6.x rev 8240
uclibc-i486: Fixed path so new tazwok can package it.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Jan 28 10:35:03 2011 +0000 (2011-01-28) |
parents | ea3b957af24c |
children | 4050274c5353 |
files | uclibc-i486/receipt |
line diff
1.1 --- a/uclibc-i486/receipt Thu Jan 27 20:52:34 2011 +0000 1.2 +++ b/uclibc-i486/receipt Fri Jan 28 10:35:03 2011 +0000 1.3 @@ -13,7 +13,7 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/lib 1.7 - cp -a $WOK/$WANTED/cross-compiler-$TARGET/lib/*.so* $fs/lib 1.8 + cp -a $src/lib/*.so* $fs/lib 1.9 } 1.10 1.11 TAZBB_NO_INSTALL="because this is not the right target !"