aspell: wrap aspell with data-dirs

This commit is contained in:
zenmaya
2025-05-27 20:48:30 +02:00
parent 3f62a1ca1a
commit 52a23a959c

View File

@@ -30,7 +30,7 @@ buildEnv {
pushd "${aspell}/bin"
for prg in *; do
if [ -f "$prg" ]; then
makeWrapper "${aspell}/bin/$prg" "$out/bin/$prg" --set ASPELL_CONF "dict-dir $out/lib/aspell"
makeWrapper "${aspell}/bin/$prg" "$out/bin/$prg" --set ASPELL_CONF "dict-dir $out/lib/aspell; data-dir $out/share/aspell"
fi
done
popd