aspellWithDicts: fixes #28318
This commit is contained in:
parent
1eb48d3b08
commit
96457d26dd
@ -28,7 +28,7 @@ in runCommand "aspell-env" {
|
|||||||
pushd "${aspell}/bin"
|
pushd "${aspell}/bin"
|
||||||
for prg in *; do
|
for prg in *; do
|
||||||
if [ -f "$prg" ]; then
|
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
|
fi
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user