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:
Greg Becker 2018-10-10 18:54:58 -07:00 committed by Peter Scheibel
parent 312de47594
commit 7ece1a8676

View File

@ -25,7 +25,7 @@ config:
# 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.