2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/xorg/st/build

12 lines
232 B
Plaintext
Raw Normal View History

2019-06-28 13:36:47 +00:00
#!/bin/sh -e
2021-07-03 20:31:51 +00:00
sed 's|Liberation Mono|Monospace|g' config.def.h > _
mv -f _ config.def.h
2019-06-28 13:36:47 +00:00
2020-07-16 18:15:45 +00:00
# Install terminfo to right location.
2021-07-06 13:47:13 +00:00
export TERMINFO="$1/usr/share/terminfo"
2020-07-16 18:15:45 +00:00
mkdir -p "$TERMINFO"
2019-06-28 13:36:47 +00:00
make
2019-07-09 08:07:25 +00:00
make PREFIX=/usr DESTDIR="$1" install