2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 08:22:28 +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