summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2020-01-08 06:35:09 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2020-01-08 06:35:09 +0000
commit28ed9fc1d657dbccab41a1bab094cb0aa056c4d3 (patch)
treec400dd2f9b2753f79024178357348940f83e736e /user
parent8ecf4332fd3298307b59e510cd29a41097b967f0 (diff)
parentb320002adf62738519e93221de71371445ab53da (diff)
downloadpackages-28ed9fc1d657dbccab41a1bab094cb0aa056c4d3.tar.gz
packages-28ed9fc1d657dbccab41a1bab094cb0aa056c4d3.tar.bz2
packages-28ed9fc1d657dbccab41a1bab094cb0aa056c4d3.tar.xz
packages-28ed9fc1d657dbccab41a1bab094cb0aa056c4d3.zip
Merge branch 'aspell' into 'master'
user/aspell-dict-de: how did this ever work previously See merge request adelie/packages!390
Diffstat (limited to 'user')
-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