diff options
Diffstat (limited to 'xorg/xinit/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 6931a024..311b9d59 100755 --- a/xorg/xinit/build +++ b/xorg/xinit/build @@ -7,4 +7,4 @@ make make DESTDIR="$1" install -sed 's/enable_xauth=1/enable_xauth=0/' "$1/usr/bin/startx" > startx.bak && mv startx.bak "$1/usr/bin/startx" +sed -i 's/enable_xauth=1/enable_xauth=0/' "$1/usr/bin/startx" |