aboutsummaryrefslogtreecommitdiff
path: root/xorg
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-29 20:09:43 +0300
committerCem Keylan <cem@ckyln.com>2020-01-29 20:09:43 +0300
commitd0752035afdd47e6b1dbc6ba818ca3ea5c067503 (patch)
tree1c86233d6da5ab422d8b2e1f6d4fbe8d9bd5e4e1 /xorg
parent8076c7b99d0aff67c9ffe8d6d10c8bd4308f879e (diff)
downloadrepository-d0752035afdd47e6b1dbc6ba818ca3ea5c067503.tar.gz
st: remove -i from sed on build
Diffstat (limited to 'xorg')
-rwxr-xr-xxorg/st/build2
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