wok diff rrdtool/receipt @ rev 7691
add:fcitx-configtool,the fcitx chinese input-method GUI-configtool
author | fireflyoo <lufeng369@gmail.com> |
---|---|
date | Sat Dec 18 23:02:11 2010 +0800 (2010-12-18) |
parents | ae97a9aa5f66 |
children | 1a57fb89843e |
line diff
1.1 --- a/rrdtool/receipt Sat Sep 04 14:56:38 2010 +0200 1.2 +++ b/rrdtool/receipt Sat Dec 18 23:02:11 2010 +0800 1.3 @@ -30,10 +30,5 @@ 1.4 mkdir -p $fs/usr/lib 1.5 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.6 cp -a $_pkg/usr/bin $fs/usr 1.7 - # Package all rrdtool pkgs 1.8 - for i in $(cd $WOK; ls -d rrdtool-*) 1.9 - do 1.10 - tazwok genpkg $i 1.11 - done 1.12 } 1.13