mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
hunspell-el_GR: fix after auto-create_wrksrc
This commit is contained in:
parent
d22408ac4e
commit
caca267fa6
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=hunspell-el_GR
|
pkgname=hunspell-el_GR
|
||||||
version=0.4.0
|
version=0.4.0
|
||||||
revision=2
|
revision=2
|
||||||
create_wrksrc=yes
|
wrksrc="v.$version"
|
||||||
short_desc="Greek el_GR dictionary for hunspell"
|
short_desc="Greek el_GR dictionary for hunspell"
|
||||||
maintainer="Nicholas Christopoulos <nereus@freemail.gr>"
|
maintainer="Nicholas Christopoulos <nereus@freemail.gr>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
|
@ -11,6 +11,6 @@ distfiles="${SOURCEFORGE_SITE}/orthos-spell/v.${version}./orthos-${version}.tar.
|
||||||
checksum=63d355ddb7b6c6f7a5221b33d7d7646c49bfa08f61e3e6fb31416a315bdfc217
|
checksum=63d355ddb7b6c6f7a5221b33d7d7646c49bfa08f61e3e6fb31416a315bdfc217
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall v.${version}/dicts/el_GR/el_GR.aff 644 /usr/share/hunspell
|
vinstall dicts/el_GR/el_GR.aff 644 /usr/share/hunspell
|
||||||
vinstall v.${version}/dicts/el_GR/el_GR.dic 644 /usr/share/hunspell
|
vinstall dicts/el_GR/el_GR.dic 644 /usr/share/hunspell
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue