tazpkg diff modules/reconfigure @ rev 954
modules/install: PKG_SUM restores update new build detection
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Nov 03 16:10:39 2017 -0400 (2017-11-03) |
parents | ea951624ec43 |
children |
line diff
1.1 --- a/modules/reconfigure Sun Oct 25 20:38:22 2015 +0200 1.2 +++ b/modules/reconfigure Fri Nov 03 16:10:39 2017 -0400 1.3 @@ -29,7 +29,7 @@ 1.4 1.5 # Receipt function caller 1.6 # Why? "Bad" receipt sourcing can redefine some vital TazPkg variables. 1.7 -# Few receipts function should be patched now. 1.8 +# Few receipts functions should be patched now. 1.9 1.10 # Check for post_install function 1.11 if grep -q '^post_install()' "$INSTALLED/$PACKAGE/receipt"; then