Add fonts to MacOS installer.

text-module
Torsten Paul 2014-01-06 20:12:49 +01:00 committed by Marius Kintel
parent 9c484f2091
commit 5dc7fd2a2b
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ fi
if [ -n $FONTDIR ]; then
echo $FONTDIR
mkdir -p $FONTDIR
cp -dr fonts/* $FONTDIR
cp -a fonts/* $FONTDIR
fi
if [ -n $LIBRARYDIR ]; then
echo $LIBRARYDIR