]> git.armaanb.net Git - asd-repo.git/blob - extra/fontconfig/build
Adapt for asd linux
[asd-repo.git] / extra / fontconfig / build
1 #!/bin/sh -e
2
3 ./configure \
4     AUTOMAKE=/bin/true \
5     --prefix=/usr \
6     --localstatedir=/var \
7     --sysconfdir=/etc \
8     --with-xmldir=/etc/fonts \
9     --enable-static \
10     --disable-docs \
11     --disable-nls
12
13 make
14 make DESTDIR="$1" install