wok rev 10453

scim-tables: fix genpkg (use cook or tazwok)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 11:05:29 2011 +0200 (2011-05-25)
parents 8f16693d09e5
children b921c461b865
files scim-tables/receipt
line diff
     1.1 --- a/scim-tables/receipt	Wed May 25 11:03:24 2011 +0200
     1.2 +++ b/scim-tables/receipt	Wed May 25 11:05:29 2011 +0200
     1.3 @@ -30,7 +30,7 @@
     1.4      mkdir -p $fs/var
     1.5      for i in base ja ko zh additional
     1.6      do
     1.7 -        tazwok genpkg $PACKAGE-$i
     1.8 +        cook $PACKAGE-$i || tazwok genpkg $PACKAGE-$i
     1.9      done
    1.10  }
    1.11