Keep 05-osx-fonts.conf in fonts dir to make the fonts work in development mode

master
Marius Kintel 2015-03-03 13:25:53 -05:00
parent fc436f6f9f
commit 78f83e17d2
2 changed files with 3 additions and 1 deletions

View File

@ -361,9 +361,11 @@ fi
if [ -n $FONTDIR ]; then if [ -n $FONTDIR ]; then
echo $FONTDIR echo $FONTDIR
mkdir -p $FONTDIR mkdir -p $FONTDIR
cp -a fonts/* $FONTDIR cp -a fonts/10-liberation.conf $FONTDIR
cp -a fonts/Liberation-2.00.1 $FONTDIR
case $OS in case $OS in
MACOSX) MACOSX)
cp -a fonts/05-osx-fonts.conf $FONTDIR
cp -a fonts-osx/* $FONTDIR cp -a fonts-osx/* $FONTDIR
;; ;;
UNIX_CROSS_WIN) UNIX_CROSS_WIN)