mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 23:30:05 -07:00
8 lines
105 B
Plaintext
8 lines
105 B
Plaintext
|
patch -p1 -i fix-glibc-2.28.patch
|
||
|
|
||
|
./configure \
|
||
|
--prefix=/usr
|
||
|
|
||
|
make
|
||
|
make DESTDIR="$pkg_dir" install
|