repo/xorg/st/build

12 lines
230 B
Plaintext
Raw Normal View History

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