From 97e9a80ed3fc696cbe33981bbf096afa905b369c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 23 May 2020 17:16:14 +0300 Subject: xinit: POSIX sed --- xorg/xinit/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xorg/xinit/build') diff --git a/xorg/xinit/build b/xorg/xinit/build index 311b9d59..f374273f 100755 --- a/xorg/xinit/build +++ b/xorg/xinit/build @@ -7,4 +7,5 @@ make make DESTDIR="$1" install -sed -i 's/enable_xauth=1/enable_xauth=0/' "$1/usr/bin/startx" +sed 's/enable_xauth=1/enable_xauth=0/' "$1/usr/bin/startx" >_ +cat _ > "$1/usr/bin/startx" -- cgit v1.2.3