2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/extra/fontconfig/build
2020-10-01 10:51:56 +03:00

16 lines
269 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < fontconfig-fix-1744377.patch
./configure \
AUTOMAKE=/bin/true \
--prefix=/usr \
--localstatedir=/var \
--sysconfdir=/etc \
--with-xmldir=/etc/fonts \
--enable-static \
--disable-nls
make
make DESTDIR="$1" install