2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 12:22:26 +00:00
repo/xorg/fontconfig/build
2019-07-09 15:16:03 +07:00

10 lines
129 B
Bash
Executable File

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