From d0752035afdd47e6b1dbc6ba818ca3ea5c067503 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 29 Jan 2020 20:09:43 +0300 Subject: st: remove -i from sed on build --- xorg/st/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg') 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 -- cgit v1.2.3