mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28: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:
@@ -8,7 +8,7 @@ should not change.
|
||||
HOMEPAGE="http://quoteunquoteapps.com/courierprime/"
|
||||
SRC_URI="http://quoteunquoteapps.com/downloads/courier-prime.zip"
|
||||
CHECKSUM_SHA256="d5d4faf1bee0d1f52bab1103cbfdfb354976331c86f999c110c22a098cb12d73"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
COPYRIGHT="2013 Quote-Unquote Apps"
|
||||
|
||||
@@ -34,8 +34,7 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/courier-prime
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
cp -r *.ttf ${FONTDIR}/
|
||||
cp Read\ me.txt ${FONTDIR}/README.txt
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user