fontconfig: fix install of configfiles, thanks to 'Gujs'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-08-20 14:52:33 +02:00
parent 6f4a7be809
commit 93563e254f

View File

@ -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