mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
font-bitstream-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
4d1623495f
commit
ccf99acf63
@ -28,12 +28,6 @@ cd $PKG_BUILD
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--with-fontdir=$XORG_PATH_FONTS
|
||||
--with-fontrootdir=/usr/share/fonts
|
||||
|
||||
make
|
||||
|
||||
mkdir -p fonts
|
||||
cp *.afm *.pfb fonts
|
||||
|
||||
cd fonts
|
||||
mkfontdir
|
||||
|
@ -22,5 +22,11 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/$XORG_PATH_FONTS/Type1
|
||||
cp $PKG_BUILD/fonts/* $INSTALL/$XORG_PATH_FONTS/Type1
|
||||
FONTDIR="$INSTALL/usr/share/fonts/Type1"
|
||||
|
||||
mkdir -p $FONTDIR
|
||||
cp $PKG_BUILD/*.afm $FONTDIR
|
||||
cp $PKG_BUILD/*.pfb $FONTDIR
|
||||
|
||||
mkfontdir $FONTDIR
|
||||
mkfontscale $FONTDIR
|
||||
|
Loading…
x
Reference in New Issue
Block a user