[sway] remove suid hack

This commit is contained in:
Gwenhael Le Moine 2022-07-13 16:15:03 +02:00
parent 5e973d3507
commit e3b2de013e
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -72,9 +72,6 @@ cd build/
meson install --destdir=$PKG meson install --destdir=$PKG
cd ../ cd ../
# https://github.com/swaywm/sway/wiki/Running-Sway-without-systemd
chmod +s $PKG$PREFIX/bin/sway
cat <<EOF > $PKG$PREFIX/bin/start_sway.sh cat <<EOF > $PKG$PREFIX/bin/start_sway.sh
#!/bin/bash #!/bin/bash
set -e set -e