repo/xorg/st/build

10 lines
131 B
Plaintext
Raw Normal View History

2019-06-28 13:36:47 +00:00
#!/bin/sh -e
sed -i 's|Liberation Mono|Monospace|g' config.def.h
./configure \
--prefix=/usr
make
make DESTDIR="$1" install