xinit: remove sed -i

This commit is contained in:
Dylan Araps 2020-01-29 19:15:20 +02:00
parent bcf681b75d
commit 8a6f5ce104
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -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" > _
mv -f _ "$1/usr/bin/startx"