mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fontconfig: some cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
bd58519490
commit
caeb89fbc1
@ -7,10 +7,10 @@ $SCRIPTS/install freetype
|
||||
$SCRIPTS/install libxml2
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/.libs/libfontconfig.so* $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/src/.libs/libfontconfig.so* $INSTALL/usr/lib
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -PR $PKG_BUILD/fc-cache/.libs/fc-cache $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/fc-cache/.libs/fc-cache $INSTALL/usr/bin
|
||||
|
||||
mkdir -p $INSTALL/etc/fonts
|
||||
cp -R $SYSROOT_PREFIX/etc/fonts/* $INSTALL/etc/fonts
|
||||
|
Loading…
x
Reference in New Issue
Block a user