mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +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:
@@ -12,7 +12,7 @@ SOURCE_DIR=""
|
||||
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="John Stracke"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
@@ -28,8 +28,8 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ttfonts/essays1743/
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
|
||||
cp essays1743/*.ttf ${FONTDIR}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user