aspellWithDicts: fixes #28318

This commit is contained in:
Frederik Rietdijk 2017-08-21 03:32:34 +02:00
parent 1eb48d3b08
commit 96457d26dd

View file

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