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:
Timothy Gu
2014-12-23 16:39:34 +00:00
parent d2acb40055
commit 21676bb201
40 changed files with 103 additions and 110 deletions

View File

@@ -10,7 +10,7 @@ SRC_URI="http://ports-space.haiku-files.org/media-fonts/source/droid-113.tar.gz"
CHECKSUM_SHA256="c9339f0f1aaa055f8b06a2b28c1c3fb5ddffe6c6a6a7a7735fc0ad93d0eab12f"
LICENSE="Apache v2"
COPYRIGHT="2005-2008 The Android Open Source Project"
REVISION="1"
REVISION="2"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
@@ -30,9 +30,8 @@ BUILD()
INSTALL()
{
FONTDIR=$fontsDir/droid
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp Ahem.ttf ${FONTDIR}
cp DroidSans-Bold.ttf ${FONTDIR}
cp DroidSansFallback.ttf ${FONTDIR}
cp DroidSerif-Bold.ttf ${FONTDIR}
@@ -41,5 +40,4 @@ INSTALL()
cp DroidSansMono.ttf ${FONTDIR}
cp DroidSerif-BoldItalic.ttf ${FONTDIR}
cp DroidSerif-Regular.ttf ${FONTDIR}
cp README.txt ${FONTDIR}/droid-fonts-readme.txt
}