summaryrefslogtreecommitdiff
path: root/user/aspell-dict-de
diff options
context:
space:
mode:
authorKiyoshi Aman <adelie@aerdan.vulpine.house>2020-01-08 01:25:26 -0500
committerKiyoshi Aman <adelie@aerdan.vulpine.house>2020-01-08 01:25:26 -0500
commitb320002adf62738519e93221de71371445ab53da (patch)
tree8e18ea3d0e82c17d1551782a4dfc938895b56929 /user/aspell-dict-de
parentdbc940188ef1339d65e3333da3611f90ca5c41db (diff)
downloadpackages-b320002adf62738519e93221de71371445ab53da.tar.gz
packages-b320002adf62738519e93221de71371445ab53da.tar.bz2
packages-b320002adf62738519e93221de71371445ab53da.tar.xz
packages-b320002adf62738519e93221de71371445ab53da.zip
user/aspell-dict-de: how did this ever work previously
Diffstat (limited to 'user/aspell-dict-de')
-rw-r--r--user/aspell-dict-de/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/aspell-dict-de/APKBUILD b/user/aspell-dict-de/APKBUILD
index 239644e34..7c0f5f834 100644
--- a/user/aspell-dict-de/APKBUILD
+++ b/user/aspell-dict-de/APKBUILD
@@ -22,6 +22,7 @@ build() {
package() {
mkdir -p "$pkgdir"/usr/share/aspell
+ cd aspell
for i in $_langs; do
install -m644 ${i}.alias ${i}.dat ${i}_affix.dat ${i}.multi ${i}.rws "$pkgdir"/usr/share/aspell
done