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 @@ style of one of the finest calligraphers of Pakistan (Nafees Raqam).
"
HOMEPAGE="http://www.crulp.org/software/localization/Fonts/nafeesNastaleeq.html"
SRC_URI="http://www.crulp.org/Downloads/localization/fonts/NafeesNastaleeq/Nafees_Nastaleeq_v1.02.zip"
REVISION="1"
REVISION="2"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="34ca164ce011b682522431fc332c0cb6"
@@ -15,7 +15,7 @@ BUILD()
INSTALL()
{
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/nafees-nastaleeq
FONTDIR=${fontsDir}/ttfonts
mkdir -p ${FONTDIR}
cp "Nafees Nastaleeq v1.02.ttf" ${FONTDIR}
}