Correct name for install_path_scheme in defaults config.yaml (#9482)
Default config.yaml mis-named `install_path_scheme` as `directory_layout`. This commit corrects the error.
This commit is contained in:
parent
312de47594
commit
7ece1a8676
@ -25,7 +25,7 @@ config:
|
|||||||
|
|
||||||
|
|
||||||
# default directory layout
|
# default directory layout
|
||||||
directory_layout: "${ARCHITECTURE}/${COMPILERNAME}-${COMPILERVER}/${PACKAGE}-${VERSION}-${HASH}"
|
install_path_scheme: "${ARCHITECTURE}/${COMPILERNAME}-${COMPILERVER}/${PACKAGE}-${VERSION}-${HASH}"
|
||||||
|
|
||||||
|
|
||||||
# Locations where different types of modules should be installed.
|
# Locations where different types of modules should be installed.
|
||||||
|
Loading…
Reference in New Issue
Block a user