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

@@ -10,7 +10,7 @@ LICENSE="
GNU GPL v2 with font embedding exception
"
COPYRIGHT="2005-2010 Qianqian Fang and The WenQuanYi Project Board of Trustees"
REVISION="2"
REVISION="3"
ARCHITECTURES="any"
PROVIDES="
@@ -32,7 +32,7 @@ BUILD()
INSTALL()
{
FONTDIR=$fontsDir/wenquanyi
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp wqy-zenhei.ttc ${FONTDIR}/wqy-zenhei.ttf
}