Fix directory of installation of fonts

Also, do not install README as it only contains licensing information or is
the same text as the DESCRIPTION.
This commit is contained in:
Timothy Gu
2014-12-23 16:39:34 +00:00
parent d2acb40055
commit 21676bb201
40 changed files with 103 additions and 110 deletions

View File

@@ -4,7 +4,7 @@ with Arial, Times New Roman, and Courier New. It is sponsored by Red Hat.
"
HOMEPAGE="https://fedorahosted.org/liberation-fonts"
SRC_URI="http://ports-space.haiku-files.org/media-fonts/source/liberation-fonts-1.06.0.20100721.tar.gz"
REVISION="1"
REVISION="2"
STATUS_HAIKU="broken"
DEPEND="fontforge"
CHECKSUM_MD5="2f45bd873ab48cf0c3a00fbd350c0e80"
@@ -17,7 +17,7 @@ BUILD()
INSTALL()
{
cd liberation-fonts-1.06.0.20100721
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/liberation
FONTDIR=${fontsDir}/ttfonts
mkdir -p ${FONTDIR}
cp -a *.ttf ${FONTDIR}/.
}