Skip to content

Commit

Permalink
Keep 05-osx-fonts.conf in fonts dir to make the fonts work in develop…
Browse files Browse the repository at this point in the history
…ment mode
  • Loading branch information
kintel committed Mar 3, 2015
1 parent fc436f6 commit 78f83e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion scripts/release-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,11 @@ fi
if [ -n $FONTDIR ]; then
echo $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
MACOSX)
cp -a fonts/05-osx-fonts.conf $FONTDIR
cp -a fonts-osx/* $FONTDIR
;;
UNIX_CROSS_WIN)
Expand Down

0 comments on commit 78f83e1

Please sign in to comment.