2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00

fontconfig: misc changes

This commit is contained in:
Dylan Araps 2021-07-06 02:13:13 +03:00
parent 03d7dd29de
commit 7ee2df0cfb
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -1,12 +1,12 @@
#!/bin/sh -e #!/bin/sh -e
./configure \ ./configure \
AUTOMAKE=/bin/true \
--prefix=/usr \ --prefix=/usr \
--localstatedir=/var \ --localstatedir=/var \
--sysconfdir=/etc \ --sysconfdir=/etc \
--with-xmldir=/etc/fonts \ --with-xmldir=/etc/fonts \
--enable-static \ --enable-static \
--disable-docs \
--disable-nls --disable-nls
make make