2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

fontconfig: fix default dir

This commit is contained in:
Muhammad Herdiansyah 2019-07-17 20:34:26 +07:00
parent b30165360d
commit 34c013863a
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@
./configure \
--prefix=/usr \
--localstatedir=/var \
--sysconfdir=/etc
--sysconfdir=/etc \
--with-xmldir=/etc/fonts
make
make DESTDIR="$1" install

View File

@ -1 +1 @@
2.13.91 2
2.13.91 3