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
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
--prefix=/usr \
|
||||
--localstatedir=/var \
|
||||
--sysconfdir=/etc
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
@ -1 +1 @@
|
||||
2.13.91 1
|
||||
2.13.91 2
|
||||
|
Loading…
Reference in New Issue
Block a user