diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-29 20:09:43 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-29 20:09:43 +0300 |
commit | d0752035afdd47e6b1dbc6ba818ca3ea5c067503 (patch) | |
tree | 1c86233d6da5ab422d8b2e1f6d4fbe8d9bd5e4e1 /xorg | |
parent | 8076c7b99d0aff67c9ffe8d6d10c8bd4308f879e (diff) | |
download | repository-d0752035afdd47e6b1dbc6ba818ca3ea5c067503.tar.gz |
st: remove -i from sed on build
Diffstat (limited to 'xorg')
-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 |