mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user