From f8fe6eb734504d36835f7aab3a4067eb7db167ad Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 3 Jul 2021 20:31:51 +0000 Subject: [PATCH] st: remove sed -i --- xorg/st/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xorg/st/build b/xorg/st/build index f8494cb0..78990f0a 100755 --- a/xorg/st/build +++ b/xorg/st/build @@ -1,6 +1,7 @@ #!/bin/sh -e -sed -i 's|Liberation Mono|Monospace|g' config.def.h +sed 's|Liberation Mono|Monospace|g' config.def.h > _ +mv -f _ config.def.h # Install terminfo to right location. export TERMINFO=$1/usr/share/terminfo