2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/xorg/st/build
2020-01-29 19:42:59 +02:00

7 lines
110 B
Bash
Executable File

#!/bin/sh -e
sed -i 's|Liberation Mono|Monospace|g' config.def.h
make
make PREFIX=/usr DESTDIR="$1" install