mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 14:08:51 +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:
@@ -3,7 +3,7 @@ Korean monospace font distributed by NHN.
|
||||
"
|
||||
HOMEPAGE="http://dev.naver.com/projects/nanumfont"
|
||||
SRC_URI="http://dev.naver.com/frs/download.php/441/NanumGothicCoding-2.0.zip"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="6214a5844454c96faeac9a60539c7daf"
|
||||
@@ -14,7 +14,7 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/nanumfont
|
||||
FONTDIR=${fontsDir}/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
cp -r *.ttf ${FONTDIR}/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user