# HG changeset patch # User Pascal Bellard # Date 1306314329 -7200 # Node ID 0f39875b5d38b20422a9ff4d476173ae1fec9095 # Parent 8f16693d09e57d53df7e4adab84a73c423ad830c scim-tables: fix genpkg (use cook or tazwok) diff -r 8f16693d09e5 -r 0f39875b5d38 scim-tables/receipt --- a/scim-tables/receipt Wed May 25 11:03:24 2011 +0200 +++ b/scim-tables/receipt Wed May 25 11:05:29 2011 +0200 @@ -30,7 +30,7 @@ mkdir -p $fs/var for i in base ja ko zh additional do - tazwok genpkg $PACKAGE-$i + cook $PACKAGE-$i || tazwok genpkg $PACKAGE-$i done }