From 34c013863acf037259f3b7e3e41964841dc9f734 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Wed, 17 Jul 2019 20:34:26 +0700 Subject: [PATCH] fontconfig: fix default dir --- xorg/fontconfig/build | 3 ++- xorg/fontconfig/version | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/xorg/fontconfig/build b/xorg/fontconfig/build index 9c17308a..491646f4 100755 --- a/xorg/fontconfig/build +++ b/xorg/fontconfig/build @@ -3,7 +3,8 @@ ./configure \ --prefix=/usr \ --localstatedir=/var \ - --sysconfdir=/etc + --sysconfdir=/etc \ + --with-xmldir=/etc/fonts make make DESTDIR="$1" install diff --git a/xorg/fontconfig/version b/xorg/fontconfig/version index 3a64759e..69e71e5f 100644 --- a/xorg/fontconfig/version +++ b/xorg/fontconfig/version @@ -1 +1 @@ -2.13.91 2 +2.13.91 3