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:
@@ -4,7 +4,7 @@ with Arial, Times New Roman, and Courier New. It is sponsored by Red Hat.
|
||||
"
|
||||
HOMEPAGE="https://fedorahosted.org/liberation-fonts"
|
||||
SRC_URI="http://ports-space.haiku-files.org/media-fonts/source/liberation-fonts-1.06.0.20100721.tar.gz"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND="fontforge"
|
||||
CHECKSUM_MD5="2f45bd873ab48cf0c3a00fbd350c0e80"
|
||||
@@ -17,7 +17,7 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
cd liberation-fonts-1.06.0.20100721
|
||||
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/liberation
|
||||
FONTDIR=${fontsDir}/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
cp -a *.ttf ${FONTDIR}/.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user