aboutsummaryrefslogtreecommitdiff
path: root/extra/fontconfig/build
blob: 5a99d1d11791b63f6d3d397c9f43e89ec9c3df81 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

./configure \
    --prefix=/usr \
    --localstatedir=/var \
    --sysconfdir=/etc \
    --enable-static \
    --with-xmldir=/etc/fonts

make
make DESTDIR="$1" install