From 93563e254fe2a93908c4615e13e2152f77ff4b8a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 20 Aug 2012 14:52:33 +0200 Subject: [PATCH] fontconfig: fix install of configfiles, thanks to 'Gujs' Signed-off-by: Stephan Raue --- packages/x11/other/fontconfig/install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/x11/other/fontconfig/install b/packages/x11/other/fontconfig/install index 805932157d..9e5ab74174 100755 --- a/packages/x11/other/fontconfig/install +++ b/packages/x11/other/fontconfig/install @@ -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