wok rev 10791

slitaz-tools: tazx is not installed by Makefile (fixed in tools repo)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jun 02 02:39:30 2011 +0200 (2011-06-02)
parents 2384f59bc171
children 54ff302c0222
files slitaz-tools/receipt
line diff
     1.1 --- a/slitaz-tools/receipt	Thu Jun 02 00:48:24 2011 +0200
     1.2 +++ b/slitaz-tools/receipt	Thu Jun 02 02:39:30 2011 +0200
     1.3 @@ -32,6 +32,8 @@
     1.4  {
     1.5  	mkdir -p $fs
     1.6  	cp -a $install/* $fs
     1.7 +	# Missing tazx in 4.3
     1.8 +	cp -a $src/tinyutils/tazx $fs/usr/bin
     1.9  	chown -R root.root $fs
    1.10  }
    1.11