mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fontconfig: fix install of configfiles, thanks to 'Gujs'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6f4a7be809
commit
93563e254f
@ -28,5 +28,11 @@ mkdir -p $INSTALL/usr/lib
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/fc-cache/.libs/fc-cache $INSTALL/usr/bin
|
||||
|
||||
mkdir -p $INSTALL/usr/share/fontconfig/conf.avail
|
||||
cp $PKG_BUILD/conf.d/*.conf $INSTALL/usr/share/fontconfig/conf.avail
|
||||
|
||||
mkdir -p $INSTALL/usr/share/xml/fontconfig
|
||||
cp $PKG_BUILD/fonts.dtd $INSTALL/usr/share/xml/fontconfig
|
||||
|
||||
mkdir -p $INSTALL/etc/fonts
|
||||
cp -R $SYSROOT_PREFIX/etc/fonts/* $INSTALL/etc/fonts
|
||||
|
Loading…
x
Reference in New Issue
Block a user