summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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