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:
@@ -17,7 +17,7 @@ COPYRIGHT="1990-2003 Wada Laboratory, the University of Tokyo.
|
||||
2006-2014 Daisuke SUZUKI <daisuke@vinelinux.org>.
|
||||
2006-2014 Project Vine <Vine@vinelinux.org>.
|
||||
"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
@@ -36,7 +36,7 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/VL-Gothic
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
cp VL-Gothic-Regular.ttf ${FONTDIR}
|
||||
cp VL-PGothic-Regular.ttf ${FONTDIR}
|
||||
|
||||
Reference in New Issue
Block a user