commit c4c3af9515953df86ab70b4b85ce2fdb3ccaca11 parent d0752035afdd47e6b1dbc6ba818ca3ea5c067503 Author: Cem Keylan <cem@ckyln.com> Date: Wed, 29 Jan 2020 20:10:06 +0300 xinit: remove -i from sed on build Diffstat:
M | xorg/xinit/build | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"