2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/xorg/st/build
Dylan Araps ba36652d8b
st: nit
2021-07-06 16:47:13 +03:00

12 lines
232 B
Bash
Executable File

#!/bin/sh -e
sed 's|Liberation Mono|Monospace|g' config.def.h > _
mv -f _ config.def.h
# Install terminfo to right location.
export TERMINFO="$1/usr/share/terminfo"
mkdir -p "$TERMINFO"
make
make PREFIX=/usr DESTDIR="$1" install