wok-6.x rev 4955
xarchive: fix lrzip suffix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 17 17:30:41 2010 +0100 (2010-02-17) |
parents | ac195e0fe6bf |
children | 931c23265c9d |
files | xarchive/stuff/slitaz-wrap.sh |
line diff
1.1 --- a/xarchive/stuff/slitaz-wrap.sh Wed Feb 17 16:44:15 2010 +0100 1.2 +++ b/xarchive/stuff/slitaz-wrap.sh Wed Feb 17 17:30:41 2010 +0100 1.3 @@ -26,11 +26,11 @@ 1.4 COMPRESS_EXTS="tar.z tar.Z" 1.5 TAR_EXTS="tar tar.gz tgz $LZMA_EXTS $BZIP2_EXTS $COMPRESS_EXTS" 1.6 XZ_EXTS="tar.xz txz" 1.7 -LRZIP_EXTS="tar.lzr tlzr" 1.8 +LRZIP_EXTS="tar.lrz tlrz" 1.9 IPK_EXTS="ipk" 1.10 CPIO_EXTS="cpio cpio.gz" 1.11 CPIOXZ_EXTS="cpio.xz" 1.12 -CPIOLRZIP_EXTS="cpio.lzr" 1.13 +CPIOLRZIP_EXTS="cpio.lrz" 1.14 ZIP_EXTS="zip cbz jar" 1.15 RPM_EXTS="rpm" 1.16 DEB_EXTS="deb udeb"