2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-11-04 22:15:37 -07:00
repo/xorg/st/build

10 lines
139 B
Plaintext
Raw Normal View History

2019-06-28 07:36:47 -06:00
#!/bin/sh -e
sed -i 's|Liberation Mono|Monospace|g' config.def.h
2019-06-28 08:09:25 -06:00
# Fix no 'c99' executable.
export CC=cc
2019-06-28 07:36:47 -06:00
make
make DESTDIR="$1" install