forked from kiss-community/repo
fontconfig: put /var and /etc in the right folder (no prefix)
This commit is contained in:
parent
d2ce7fd19b
commit
1e3e1e8dea
@ -1,7 +1,9 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr
|
--prefix=/usr \
|
||||||
|
--localstatedir=/var \
|
||||||
|
--sysconfdir=/etc
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR="$1" install
|
make DESTDIR="$1" install
|
||||||
|
@ -1 +1 @@
|
|||||||
2.13.91 1
|
2.13.91 2
|
||||||
|
Loading…
Reference in New Issue
Block a user