From c4c3af9515953df86ab70b4b85ce2fdb3ccaca11 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 29 Jan 2020 20:10:06 +0300 Subject: xinit: remove -i from sed on build --- xorg/xinit/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg') diff --git a/xorg/xinit/build b/xorg/xinit/build index 311b9d59..6931a024 100755 --- a/xorg/xinit/build +++ b/xorg/xinit/build @@ -7,4 +7,4 @@ 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" > startx.bak && mv startx.bak "$1/usr/bin/startx" -- cgit v1.2.3