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:
@@ -13,8 +13,8 @@ CHECKSUM_SHA256_3="89619d3f06b55495e94458eb8fbd69ae7c654db5782b2cecfdaffa2c8b291
|
||||
SOURCE_DIR=""
|
||||
|
||||
LICENSE="Apache v2"
|
||||
COPYRIGHT="Mike Frysinger"
|
||||
REVISION="1"
|
||||
COPYRIGHT="2010-2013 Google Corporation"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
@@ -30,10 +30,10 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ttfonts/croscorefonts/
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
|
||||
cp *.ttf ${FONTDIR}
|
||||
cp ../sources-2/*.ttf ${FONTDIR}
|
||||
cp ../sources-3/*.ttf ${FONTDIR}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user