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:
@@ -5,7 +5,7 @@ Persian, Arabic, Urdu, Pashto, Dari, Uzbek, Kurdish, Uighur, old Turkish \
|
||||
"
|
||||
HOMEPAGE="http://wiki.irmug.com/index.php/X_Series_2"
|
||||
SRC_URI="http://irmug.com/downloads/dl.php?id=21"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="1e45723ebad5e748d4b5f6f28074833f"
|
||||
@@ -16,7 +16,7 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/x-series
|
||||
FONTDIR=${fontsDir}/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
wget http://irmug.com/downloads/dl.php?id=21
|
||||
unzip -o Zar.zip
|
||||
|
||||
Reference in New Issue
Block a user