From e79536aeb55c405cab53b062afa553e95296f7c9 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 23 May 2020 17:15:04 +0300 Subject: st: POSIX sed --- xorg/st/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg/st') 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