2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-20 13:16:19 +00:00
repo/extra/fontconfig/build
2021-06-30 16:30:56 +00:00

13 lines
205 B
Bash
Executable File

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