diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-29 20:10:06 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-29 20:10:06 +0300 |
commit | c4c3af9515953df86ab70b4b85ce2fdb3ccaca11 (patch) | |
tree | 96ce7fa904c7857e15304635203f125c077c8678 | |
parent | d0752035afdd47e6b1dbc6ba818ca3ea5c067503 (diff) | |
download | repository-c4c3af9515953df86ab70b4b85ce2fdb3ccaca11.tar.gz |
xinit: remove -i from sed on build
-rwxr-xr-x | xorg/xinit/build | 2 |
1 files changed, 1 insertions, 1 deletions
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" |