diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-05-05 19:37:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-05 19:37:13 -0400 |
commit | eda57e7761485f08c1bde0ef3e6a619d1b48348e (patch) | |
tree | fbe3642dfd9b4cf78240099decda61a7b52097ea /swaybg/meson.build | |
parent | 54265bf65e2b6a799d68c72c0c43a2f8dd5b6f11 (diff) | |
parent | 3b6629af3c268fd0dd6f42feaf3429bb25cfcb6f (diff) |
Merge pull request #1927 from atomnuker/revert-libexec
Revert PR #1881
Diffstat (limited to 'swaybg/meson.build')
-rw-r--r-- | swaybg/meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/swaybg/meson.build b/swaybg/meson.build index 716178d2..8704de6d 100644 --- a/swaybg/meson.build +++ b/swaybg/meson.build @@ -14,6 +14,5 @@ executable( wlroots, ], link_with: [lib_sway_common, lib_sway_client], - install: true, - install_dir: sway_libexecdir + install: true ) |