mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18: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://font.ubuntu.com/download/ubuntu-font-family-0.80.zip"
|
||||
CHECKSUM_SHA256="107170099bbc3beae8602b97a5c423525d363106c3c24f787d43e09811298e4c"
|
||||
LICENSE="Ubuntu Font License 1.0"
|
||||
COPYRIGHT="2011 Canonical Ltd."
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
@@ -29,7 +29,7 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ubuntu-font-family
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
cp Ubuntu-B.ttf ${FONTDIR}
|
||||
cp Ubuntu-BI.ttf ${FONTDIR}
|
||||
@@ -44,5 +44,5 @@ INSTALL()
|
||||
cp UbuntuMono-BI.ttf ${FONTDIR}
|
||||
cp UbuntuMono-R.ttf ${FONTDIR}
|
||||
cp UbuntuMono-RI.ttf ${FONTDIR}
|
||||
cp README.txt ${FONTDIR}/ubuntu-fonts-readme.txt
|
||||
cp README.txt ${FONTDIR}/ubuntu_font_family.readme
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user