mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +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:
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION="KACST Arabic Truetype Fonts"
|
||||
HOMEPAGE="http://www.arabeyes.org/project.php?proj=Khotot"
|
||||
SRC_URI="http://sourceforge.net/projects/arabeyes/files/latest/download?source=files"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="0a7ad4538d3b97adfbefa4c5cf8c2660"
|
||||
@@ -13,11 +13,9 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
cd kacst_one_5.0
|
||||
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/arabeyes
|
||||
FONTDIR=${fontsDir}/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
cp KacstOne-Bold.sfd ${FONTDIR}/
|
||||
cp KacstOne-Bold.ttf ${FONTDIR}/
|
||||
cp KacstOne.sfd ${FONTDIR}/
|
||||
cp KacstOne.ttf ${FONTDIR}/
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user