2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-21 13:46:17 +00:00
repo/xorg/st/build

10 lines
139 B
Plaintext
Raw Normal View History

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