2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 12:22:26 +00:00
repo/xorg/st/build
2019-06-28 17:09:25 +03:00

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