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