tazpkg diff tazpkg @ rev 950

Minor bug fixes due to the change in the behavior of the dot command in Busybox-1.27; support "release checksum" in modules/mkdb.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 27 13:38:37 2017 +0300 (2017-07-27)
parents 0b78aae43c97
children 7454f6bf99e5
line diff
     1.1 --- a/tazpkg	Sun Apr 03 03:55:24 2016 +0300
     1.2 +++ b/tazpkg	Thu Jul 27 13:38:37 2017 +0300
     1.3 @@ -380,7 +380,7 @@
     1.4  
     1.5  	pack)
     1.6  		# Create SliTaz package archive using cpio and lzma.
     1.7 -		# TODO: Cook also pack packages, we should share code in libpkg.sh
     1.8 +		# TODO: Cook also packs packages, we should share code in libpkg.sh
     1.9  		check_cmd pkg; shift; @@MODULES@@/pack $@;;
    1.10  
    1.11