0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

* Quick fix to allow fontconfig to find client-side fonts.

svn path=/nixpkgs/trunk/; revision=375
This commit is contained in:
Eelco Dolstra 2003-08-29 13:18:56 +00:00
parent 01f6b1026c
commit d60e11c4e2

View file

@ -13,3 +13,6 @@ cd xc || exit 1
sed "s^@OUT@^$out^" < $hostdef > config/cf/host.def sed "s^@OUT@^$out^" < $hostdef > config/cf/host.def
make World || exit 1 make World || exit 1
make install || exit 1 make install || exit 1
# Hack to get fontconfig to work.
ln -s /usr/X11R6/lib/X11/fonts $out/lib/X11/fonts