tazpkg diff modules/convert @ rev 971

modules/get: fix plain mode and cookmode again
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 26 20:27:56 2018 +0200 (2018-11-26)
parents e4257a4c2eb3
children 9d683c983e2e
line diff
     1.1 --- a/modules/convert	Mon Dec 21 01:45:15 2015 +0200
     1.2 +++ b/modules/convert	Mon Nov 26 20:27:56 2018 +0200
     1.3 @@ -739,7 +739,7 @@
     1.4  
     1.5  convert_tcz() {
     1.6  	[ -n "$(which unsquashfs)" ] || tazpkg get-install squashfs
     1.7 -	if ! unsquashfs -l "$PACKAGE_FILE" | grep -q squashfs-root/$ ; then
     1.8 +	if ! unsquashfs -l "$PACKAGE_FILE" | grep -q squashfs-root/ ; then
     1.9  		_ 'File "%s" does not look like %s package!' "$PACKAGE_FILE" 'Tinycore'
    1.10  		return 1
    1.11  	fi