# HG changeset patch # User Xander Ziiryanoff # Date 1464090679 -10800 # Node ID e5b93f147f2b216d237e27380cfb46d7ac09feb3 # Parent 04c88406e575abb90ff785bc9a22bf35650b2702 modules/convert: fix convert_tcz diff -r 04c88406e575 -r e5b93f147f2b modules/convert --- a/modules/convert Sat May 21 17:25:11 2016 +0200 +++ b/modules/convert Tue May 24 14:51:19 2016 +0300 @@ -739,7 +739,7 @@ convert_tcz() { [ -n "$(which unsquashfs)" ] || tazpkg get-install squashfs - if ! unsquashfs -l "$PACKAGE_FILE" | grep -q squashfs-root/$ ; then + if ! unsquashfs -l "$PACKAGE_FILE" | grep -q squashfs-root/ ; then _ 'File "%s" does not look like %s package!' "$PACKAGE_FILE" 'Tinycore' return 1 fi