tazpkg diff modules/reconfigure @ rev 943

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Feb 19 18:05:03 2017 +0000 (2017-02-19)
parents ea951624ec43
children
line diff
     1.1 --- a/modules/reconfigure	Sun Oct 25 20:38:22 2015 +0200
     1.2 +++ b/modules/reconfigure	Sun Feb 19 18:05:03 2017 +0000
     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