tazpkg diff tazpkg @ rev 947

modules/get: get_pkg_cookmode(): file may be absent.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 05 22:36:04 2017 +0300 (2017-06-05)
parents 0b78aae43c97
children 7454f6bf99e5
line diff
     1.1 --- a/tazpkg	Sun Apr 03 03:55:24 2016 +0300
     1.2 +++ b/tazpkg	Mon Jun 05 22:36:04 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