Revert "Install swaybar and swaybg under /usr/lib/sway"

This reverts commit f2c209c299.
This commit is contained in:
Rostislav Pehlivanov 2018-05-06 00:20:57 +01:00
parent b592351eef
commit 3b6629af3c
2 changed files with 2 additions and 4 deletions

View file

@ -24,6 +24,5 @@ executable(
wlroots,
],
link_with: [lib_sway_common, lib_sway_client],
install: true,
install_dir: 'usr/lib/sway'
install: true
)

View file

@ -14,6 +14,5 @@ executable(
wlroots,
],
link_with: [lib_sway_common, lib_sway_client],
install: true,
install_dir: 'usr/lib/sway'
install: true
)