OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/myspell-dictionaries?expand=0&rev=17
This commit is contained in:
parent
0434bcb18d
commit
0a97fe6bc6
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:815d7e029e69fe8996ddfa5d41f5c2b3b2d5b3db0687a8ba378564c7711339e4
|
oid sha256:1b5bf951a0d7c55a45e9304d9b3fc25fd854ea2d06ac942bcf18b32e37700df7
|
||||||
size 148817900
|
size 148821980
|
||||||
|
@ -192,10 +192,8 @@ for dir in $dirs; do
|
|||||||
# nice collision with th_ for thesaurus
|
# nice collision with th_ for thesaurus
|
||||||
if [ "$fname" != "th_TH.aff" ] && [ "$fname" != "th_TH.dic" ]; then
|
if [ "$fname" != "th_TH.aff" ] && [ "$fname" != "th_TH.dic" ]; then
|
||||||
prefix="th_"
|
prefix="th_"
|
||||||
version=`echo $fname | sed 's:.*\(_v[0-9]\+\).*:\1:'`
|
# it seems suffix have to be _v2, even if target is named _v3 :)
|
||||||
if [ $version == $fname ]; then
|
version='_v2'
|
||||||
version=""
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [[ $fname == hyph* ]]; then
|
if [[ $fname == hyph* ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user