tazpkg diff modules/reconfigure @ rev 957
modules/get, modules/install: patch for the x86_64 support.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jan 24 12:10:42 2018 +0200 (2018-01-24) |
parents | ea951624ec43 |
children |
line diff
1.1 --- a/modules/reconfigure Sun Oct 25 20:38:22 2015 +0200 1.2 +++ b/modules/reconfigure Wed Jan 24 12:10:42 2018 +0200 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