fontconfig: put /var and /etc in the right folder (no prefix)

This commit is contained in:
Muhammad Herdiansyah 2019-07-09 15:16:03 +07:00
parent d2ce7fd19b
commit 1e3e1e8dea
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
2.13.91 1
2.13.91 2