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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user