fontconfig: fix install script

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-24 17:11:54 +02:00
parent d3b763fe7d
commit c8a1920582

View File

@ -23,7 +23,7 @@
. config/options $1
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/fc-cache/.libs/fc-cache $INSTALL/usr/bin
cp $PKG_BUILD/fc-cache/fc-cache $INSTALL/usr/bin
mkdir -p $INSTALL/etc/fonts
cp -R $SYSROOT_PREFIX/etc/fonts/* $INSTALL/etc/fonts