repo/xorg/st/build
2019-06-28 16:36:47 +03:00

10 lines
131 B
Bash
Executable File

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