2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-01-09 03:55:07 -07:00
repo/xorg/st/build
2020-01-29 19:18:45 +02:00

8 lines
132 B
Bash
Executable File

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