mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
font-bitstream-type1: create fonts.dir and fonts.scale on install
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7192eb76d8
commit
eea6864d08
@ -36,3 +36,8 @@ PKG_IS_ADDON="no"
|
|||||||
PKG_AUTORECONF="yes"
|
PKG_AUTORECONF="yes"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--with-fontrootdir=/usr/share/fonts"
|
PKG_CONFIGURE_OPTS_TARGET="--with-fontrootdir=/usr/share/fonts"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
mkfontdir $INSTALL/usr/share/fonts/Type1
|
||||||
|
mkfontscale $INSTALL/usr/share/fonts/Type1
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user