wok rev 6856
Remove tazwok genpkg and clean_wok function from portaudio.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 20 11:16:34 2010 +0000 (2010-10-20) |
parents | 7549d397630f |
children | c5ea37a36d18 |
files | portaudio/receipt |
line diff
1.1 --- a/portaudio/receipt Wed Oct 20 09:52:52 2010 +0000 1.2 +++ b/portaudio/receipt Wed Oct 20 11:16:34 2010 +0000 1.3 @@ -31,16 +31,4 @@ 1.4 1.5 mkdir -p $fs/usr/lib 1.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.7 - 1.8 - # Package all pkgs 1.9 - for i in $(cd $WOK; ls -d $PACKAGE-*) 1.10 - do 1.11 - tazwok genpkg $i 1.12 - done 1.13 } 1.14 - 1.15 -clean_wok() 1.16 -{ 1.17 - rm -rf $WOK/$PACKAGE/$PACKAGE 1.18 -} 1.19 -