mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +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,6 +1,6 @@
|
||||
SUMMARY="The Human-Sans font"
|
||||
SUMMARY="The Humor-Sans font"
|
||||
DESCRIPTION="
|
||||
A sanserif typeface in the style of xkcd. Xkcd is a popular webcomics with \
|
||||
A sans-serif typeface in the style of xkcd. Xkcd is a popular webcomics with \
|
||||
focus on computer science or everything else.
|
||||
"
|
||||
HOMEPAGE="http://antiyawn.com/uploads/humorsans.html"
|
||||
@@ -8,7 +8,7 @@ SRC_URI="http://antiyawn.com/uploads/Humor-Sans-1.0.ttf"
|
||||
CHECKSUM_SHA256="2ded6a27448c9ed30aaff177744e2bcf1e52e0aab018b2a8be64565df633318f"
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
COPYRIGHT="2009, Michael Ciuffo, with Reserved Font Name Humor-Sans"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="!any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
@@ -27,7 +27,7 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/humor-sans
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
cp *.ttf ${FONTDIR}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user