mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-04 22:15:37 -07:00
10 lines
139 B
Bash
Executable File
10 lines
139 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
sed -i 's|Liberation Mono|Monospace|g' config.def.h
|
|
|
|
# Fix no 'c99' executable.
|
|
export CC=cc
|
|
|
|
make
|
|
make DESTDIR="$1" install
|