2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 12:22:26 +00:00
repo/extra/fontconfig/build
2021-07-01 07:12:28 +00:00

14 lines
227 B
Bash
Executable File

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