diff options
Diffstat (limited to 'xorg/st/build')
-rwxr-xr-x | xorg/st/build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xorg/st/build b/xorg/st/build new file mode 100755 index 00000000..53074cc3 --- /dev/null +++ b/xorg/st/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +sed -i 's|Liberation Mono|Monospace|g' config.def.h + +make +make PREFIX=/usr DESTDIR="$1" install |