logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 80a0d71f87b275e0e83e29292d6ff64dd829cef7
parent 89bc99bd8294217dbb1225e48cb84942211c993a
Author: Michael Forney <mforney@mforney.org>
Date:   Wed, 25 Apr 2018 17:03:01 -0700

fontconfig: Fix FC_DEFAULT_FONTS directory

Diffstat:

Mpkg/fontconfig/config.h2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/fontconfig/config.h b/pkg/fontconfig/config.h @@ -9,7 +9,7 @@ /* #undef ENABLE_NLS */ #define FC_ADD_FONTS "yes" /* #undef FC_ARCHITECTURE */ -#define FC_DEFAULT_FONTS "/usr/share/fonts" +#define FC_DEFAULT_FONTS "/share/fonts" #define FC_GPERF_SIZE_T size_t #define FLEXIBLE_ARRAY_MEMBER /**/ #define GETTEXT_PACKAGE "fontconfig"