mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18: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:
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION="Uyghur Computer Science Association font project"
|
||||
HOMEPAGE="http://www.ukij.org/fonts/"
|
||||
SRC_URI="http://ukijorgfonts.googlecode.com/files/ukijorgfonts.zip"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="e50ed1b90f96cad12e31f8769bd598dc"
|
||||
@@ -12,7 +12,7 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/ukijorgfonts
|
||||
FONTDIR=${fontsDir}/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
cp *.ttf ${FONTDIR}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user