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

@@ -20,7 +20,7 @@ SRC_URI="https://github.com/Kozea/Ahem/archive/1.0.tar.gz"
CHECKSUM_SHA256="bae33954780217ea0e8e517f51e5a84c525ff22b39a508d50ab49e2d5cef7530"
LICENSE="Public Domain"
COPYRIGHT="Late-90s Todd Fahrner"
REVISION="1"
REVISION="2"
SOURCE_DIR="Ahem-1.0"
ARCHITECTURES="any"
@@ -41,6 +41,7 @@ BUILD()
INSTALL()
{
mkdir -p $fontsDir/ahem
cp Ahem.ttf README $fontsDir/ahem
FONTDIR=$fontsDir/ttfonts
mkdir -p $FONTDIR
cp Ahem.ttf $FONTDIR
}