aboutsummaryrefslogtreecommitdiff
path: root/xorg
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-29 20:10:06 +0300
committerCem Keylan <cem@ckyln.com>2020-01-29 20:10:06 +0300
commitc4c3af9515953df86ab70b4b85ce2fdb3ccaca11 (patch)
tree96ce7fa904c7857e15304635203f125c077c8678 /xorg
parentd0752035afdd47e6b1dbc6ba818ca3ea5c067503 (diff)
downloadrepository-c4c3af9515953df86ab70b4b85ce2fdb3ccaca11.tar.gz
xinit: remove -i from sed on build
Diffstat (limited to 'xorg')
-rwxr-xr-xxorg/xinit/build2
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"