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:
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user