diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2018-05-06 00:20:57 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2018-05-06 00:20:57 +0100 |
commit | 29db67de29bf5d4be3b7ca3ebc3dc2c5b867d33e (patch) | |
tree | 3fb46a0cd3d9ddf64e6b38b5481c86bb4b407a8a /meson.build | |
parent | e96b589205b9c8a98cb2dfcf427c743efae3e187 (diff) | |
download | swaybg-29db67de29bf5d4be3b7ca3ebc3dc2c5b867d33e.tar.gz swaybg-29db67de29bf5d4be3b7ca3ebc3dc2c5b867d33e.tar.bz2 |
Revert "Install swaybar and swaybg under /usr/lib/sway"
This reverts commit f2c209c299889ad965ac995049704b1c46176c6d.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build index c1bb7d1..8704de6 100644 --- a/meson.build +++ b/meson.build @@ -14,6 +14,5 @@ executable( wlroots, ], link_with: [lib_sway_common, lib_sway_client], - install: true, - install_dir: 'usr/lib/sway' + install: true ) |