repo/xorg/st/build

8 lines
132 B
Plaintext
Raw Normal View History

2019-06-28 13:36:47 +00:00
#!/bin/sh -e
2020-01-29 17:18:45 +00:00
sed 's/Liberation Mono/Monospace/g' config.def.h > _
mv -f _ config.def.h
2019-06-28 13:36:47 +00:00
make
2019-07-09 08:07:25 +00:00
make PREFIX=/usr DESTDIR="$1" install