aspell-de: fix iconv for musl

This commit is contained in:
Duncaen 2017-01-23 20:13:08 +01:00
parent a11f9e3e5c
commit 4d062b60b4
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'aspell-de'
pkgname=aspell-de
version=20030222
revision=4
revision=5
noarch=yes
wrksrc="aspell6-de-${version}-1"
build_style=configure
@ -19,7 +19,7 @@ words-de_package() {
pkg_install() {
vmkdir usr/share/dict
precat *.cwl |
iconv --from-code=ISO-8859-1 --to-code=UTF-8 |
iconv -f ISO-8859-1 -t UTF-8 |
cut -d/ -f1 |
sort -u >${PKGDESTDIR}/usr/share/dict/ngerman
}