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