PKGBUILD: sourcing order fix (#653)
* PKGBUILD: source prepare after the config files The git mirror wasn't configured with the user choice otherwise Fixes: #647 * install.sh: honor external config file
This commit is contained in:
committed by
GitHub
parent
f5cd3ea3b3
commit
75ea27821f
@@ -44,6 +44,12 @@ plain() {
|
||||
|
||||
declare -p -x > current_env
|
||||
source customization.cfg
|
||||
|
||||
if [ -e "$_EXT_CONFIG_PATH" ]; then
|
||||
msg2 "External configuration file $_EXT_CONFIG_PATH will be used and will override customization.cfg values."
|
||||
source "$_EXT_CONFIG_PATH"
|
||||
fi
|
||||
|
||||
. current_env
|
||||
|
||||
source linux-tkg-config/prepare
|
||||
|
Reference in New Issue
Block a user