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