diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-23 17:15:04 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-23 17:15:04 +0300 |
commit | e79536aeb55c405cab53b062afa553e95296f7c9 (patch) | |
tree | f229ca763e1894ba77337a4b440abe18c2edcea5 /xorg/st | |
parent | 4cfc43950359a55b1ff586daf27e8851a8806eb7 (diff) | |
download | repository-e79536aeb55c405cab53b062afa553e95296f7c9.tar.gz |
st: POSIX sed
Diffstat (limited to 'xorg/st')
-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 |