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:
@@ -13,7 +13,7 @@ SRC_URI="http://rbhalera.fedorapeople.org/released/lohit/lohit-fonts-2.3.8.tar.g
|
||||
CHECKSUM_SHA256="68091ab047f9e4e22f069f802dceac52994267f126dc238b3815eed217a02991"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2004-2011 Red Hat"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
@@ -34,8 +34,8 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/lohit
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
find . -name "*.ttf" -exec cp {} ${FONTDIR} \;
|
||||
cp README ${FONTDIR}/lohit-readme.txt
|
||||
cp README ${FONTDIR}/lohit.readme
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user