Install fontconfig configuration folder.

master
Torsten Paul 2014-09-03 00:02:41 +02:00
parent fde1b89cd9
commit 2959cd0f30
3 changed files with 3 additions and 0 deletions

View File

@ -356,6 +356,9 @@ if [ -n $FONTDIR ]; then
MACOSX)
cp -a fonts-osx/* $FONTDIR
;;
UNIX_CROSS_WIN)
cp -a "$DEPLOYDIR"/mingw-cross-env/etc/fonts/. "$FONTDIR"
;;
esac
fi
if [ -n $LIBRARYDIR ]; then