mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 21:18: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 @@ Open Type Font for writng Urdu in Riqa script based on Unicode standard.
|
||||
"
|
||||
HOMEPAGE="http://www.crulp.org/software/localization/Fonts/nafeesRiqa.html"
|
||||
SRC_URI="http://www.crulp.org/Downloads/localization/fonts/NafeesRiqa/Nafees_Riqa_v1.0.zip"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="504c6ada41a408575a120daf2a110b6f"
|
||||
@@ -14,7 +14,7 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/nafees-riqa
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
cp "Nafees Riqa v1.0.ttf" ${FONTDIR}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user