mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-10 21:00:09 -07:00
7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
sed -i 's|Liberation Mono|Monospace|g' config.def.h
|
||
|
|
||
|
make
|
||
|
make DESTDIR="$1" install
|