mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
font-xfree86-type1: using 'fontrootdir=/usr/share/fonts', rework of build and install scripts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d960690435
commit
937ae03d14
@ -28,6 +28,6 @@ cd $PKG_BUILD
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--with-fontdir=$XORG_PATH_FONTS
|
||||
--with-fontrootdir=/usr/share/fonts
|
||||
|
||||
make
|
@ -22,5 +22,10 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/$XORG_PATH_FONTS
|
||||
cp $PKG_BUILD/cursor.pfa $INSTALL/$XORG_PATH_FONTS
|
||||
FONTDIR="$INSTALL/usr/share/fonts/Type1"
|
||||
|
||||
mkdir -p $FONTDIR
|
||||
cp $PKG_BUILD/cursor.pfa $FONTDIR
|
||||
|
||||
mkfontdir $FONTDIR
|
||||
mkfontscale $FONTDIR
|
||||
|
Loading…
x
Reference in New Issue
Block a user