wok-current rev 4415
xarchine: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 21 20:19:02 2009 +0200 (2009-10-21) |
parents | 21cf50e9eaa7 |
children | a491757a1d96 |
files | xarchive/stuff/slitaz-wrap.sh |
line diff
1.1 --- a/xarchive/stuff/slitaz-wrap.sh Wed Oct 21 19:02:33 2009 +0200 1.2 +++ b/xarchive/stuff/slitaz-wrap.sh Wed Oct 21 20:19:02 2009 +0200 1.3 @@ -121,7 +121,7 @@ 1.4 done 1.5 for ext in $XZ_EXTS $CPIOXZ_EXTS; do 1.6 if [ $(expr "$lc_archive" : ".*\."$ext"$") -gt 0 ]; then 1.7 - [ -x /usr/bin/rx ] || exit $E_UNSUPPORTED 1.8 + [ -x /usr/bin/xz ] || exit $E_UNSUPPORTED 1.9 DECOMPRESS="xz -dc" 1.10 COMPRESS="xz -c" 1.11 fi