]> git.armaanb.net Git - asd-repo.git/blob - extra/st/build
Adapt for asd linux
[asd-repo.git] / extra / st / build
1 #!/bin/sh -e
2
3 sed -i 's|Liberation Mono|Monospace|g' config.def.h
4
5 # Install terminfo to right location.
6 export TERMINFO=$1/usr/share/terminfo
7 mkdir -p "$TERMINFO"
8
9 make
10 make PREFIX=/usr DESTDIR="$1" install