libreoffice: initialise pkglang

This commit is contained in:
Đoàn Trần Công Danh 2024-04-19 09:41:17 +07:00
parent 382cfce6b8
commit 536b953c90

View file

@ -205,6 +205,7 @@ _add_lang() {
local deps=
local pkg=$1
local name=$2
pkglang=$pkg
shift 2
while case "$1" in
-h*) tmp=${1#-h}; deps="$deps hunspell-${tmp:-$pkg}" ;;