repo/xorg/st/build

12 lines
230 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.
export TERMINFO=$1/usr/share/terminfo
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