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