[jhalfs] 02/09: Remove KBLAYOUT setting
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository jhalfs. commit 60e539b9fcd0c3da77a0cf93f75bcd77b1840f02 Author: Pierre Labastie <[email protected]> AuthorDate: Mon Nov 1 14:12:36 2021 +0100 Remove KBLAYOUT setting it is not needed anymore by any book. --- BLFS/gen_pkg_book.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/BLFS/gen_pkg_book.sh b/BLFS/gen_pkg_book.sh index ed1b55b..93fd575 100755 --- a/BLFS/gen_pkg_book.sh +++ b/BLFS/gen_pkg_book.sh @@ -29,7 +29,6 @@ declare -a TARGET declare DEP_LEVEL declare SUDO declare LANGUAGE -declare KBLAYOUT declare WRAP_INSTALL declare DEL_LA_FILES declare STATS @@ -55,7 +54,6 @@ parse_configuration() { # DEL_LA_FILES=* | \ STATS=* | \ LANGUAGE=* | \ - KBLAYOUT=* | \ SUDO=* ) eval ${REPLY} # Define/set a global variable.. continue ;; esac @@ -83,7 +81,7 @@ parse_configuration() { # validate_configuration() { # #--------------------------# local -r dotSTR=".................." - local -r PARAM_LIST="DEP_LEVEL SUDO LANGUAGE KBLAYOUT MAIL_SERVER WRAP_INSTALL DEL_LA_FILES STATS" + local -r PARAM_LIST="DEP_LEVEL SUDO LANGUAGE MAIL_SERVER WRAP_INSTALL DEL_LA_FILES STATS" local -r PARAM_VALS='${config_param}${dotSTR:${#config_param}} ${L_arrow}${BOLD}${!config_param}${OFF}${R_arrow}' local config_param local -i index @@ -216,7 +214,6 @@ xsltproc --xinclude --nonet \ --stringparam del-la-files "$DEL_LA_FILES" \ --stringparam list-stat "$LIST_STAT" \ --stringparam language "$LANGUAGE" \ - --stringparam xkblayout "$KBLAYOUT" \ --stringparam fqdn "$(hostname -f)" \ -o ./scripts/ ${MakeScripts} \ ${BookXml} -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/alfs-discuss Unsubscribe: See the above information page