mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-17 04:00:14 -07:00
13 lines
202 B
Bash
Executable File
13 lines
202 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
patch -p1 < fontconfig-fix-1744377.patch
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--localstatedir=/var \
|
|
--sysconfdir=/etc \
|
|
--with-xmldir=/etc/fonts
|
|
|
|
make
|
|
make DESTDIR="$1" install
|