# HG changeset patch # User Christophe Lincoln # Date 1306975170 -7200 # Node ID 4e698344bda26c301ffda61d0ea692833bf65d5f # Parent 2384f59bc171f7ca6f167d3484f57b49bce7747e slitaz-tools: tazx is not installed by Makefile (fixed in tools repo) diff -r 2384f59bc171 -r 4e698344bda2 slitaz-tools/receipt --- a/slitaz-tools/receipt Thu Jun 02 00:48:24 2011 +0200 +++ b/slitaz-tools/receipt Thu Jun 02 02:39:30 2011 +0200 @@ -32,6 +32,8 @@ { mkdir -p $fs cp -a $install/* $fs + # Missing tazx in 4.3 + cp -a $src/tinyutils/tazx $fs/usr/bin chown -R root.root $fs }