repo/xorg/st/build
2019-08-24 16:24:46 +07: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