mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libreoffice: initialise pkglang
This commit is contained in:
parent
382cfce6b8
commit
536b953c90
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ _add_lang() {
|
||||||
local deps=
|
local deps=
|
||||||
local pkg=$1
|
local pkg=$1
|
||||||
local name=$2
|
local name=$2
|
||||||
|
pkglang=$pkg
|
||||||
shift 2
|
shift 2
|
||||||
while case "$1" in
|
while case "$1" in
|
||||||
-h*) tmp=${1#-h}; deps="$deps hunspell-${tmp:-$pkg}" ;;
|
-h*) tmp=${1#-h}; deps="$deps hunspell-${tmp:-$pkg}" ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue