2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-11-17 04:00:14 -07:00
repo/xorg/fontconfig/build

13 lines
202 B
Plaintext
Raw Normal View History

2019-06-28 07:36:47 -06:00
#!/bin/sh -e
2020-01-13 15:41:09 -07:00
patch -p1 < fontconfig-fix-1744377.patch
2019-06-28 07:36:47 -06:00
./configure \
--prefix=/usr \
--localstatedir=/var \
2019-07-17 07:34:26 -06:00
--sysconfdir=/etc \
--with-xmldir=/etc/fonts
2019-06-28 07:36:47 -06:00
make
make DESTDIR="$1" install