mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +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:
@@ -14,7 +14,7 @@ COPYRIGHT="
|
||||
2007 Google Corp.
|
||||
2008-2010 WenQuanYi Board of Trustees and Qianqian Fang
|
||||
"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
@@ -34,7 +34,7 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/wenquanyi
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
cp wqy-microhei.ttc ${FONTDIR}/wqy-microhei.ttf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user