2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/xorg/fontconfig/build
2019-10-07 17:04:22 +03:00

11 lines
160 B
Bash
Executable File

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