sway: must be setuid to work correctly without logind.

This commit is contained in:
Juan RP 2016-04-17 08:28:21 +02:00
parent 3f03d2bc2b
commit 0a8c5cf2fc
1 changed files with 2 additions and 0 deletions

View File

@ -16,4 +16,6 @@ checksum=1800bd21297e8af168f0c7afbf4f16fb817c8687d1451d6ecd5abba0873a2d3c
post_install() {
vlicense LICENSE
# must be setuid without logind!
chmod u+s ${DESTDIR}/usr/bin/sway
}