diff options
author | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2016-12-17 23:58:33 +0100 |
---|---|---|
committer | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2016-12-18 00:01:23 +0100 |
commit | 380b362fa40767ea12e6c7b523f2bc33524f0c22 (patch) | |
tree | bab4c71dd03eeb2eee9e3336c9bc387758d66ecd /mesonbuild/mconf.py | |
parent | 59b8f11e7e5f19d636c650fea2e81e2c5b61d745 (diff) | |
download | meson-380b362fa40767ea12e6c7b523f2bc33524f0c22.zip meson-380b362fa40767ea12e6c7b523f2bc33524f0c22.tar.gz meson-380b362fa40767ea12e6c7b523f2bc33524f0c22.tar.bz2 |
add support for $sbindir
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'mesonbuild/mconf.py')
-rw-r--r-- | mesonbuild/mconf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/mconf.py b/mesonbuild/mconf.py index 6061d48..7221dfa 100644 --- a/mesonbuild/mconf.py +++ b/mesonbuild/mconf.py @@ -169,6 +169,7 @@ class Conf: 'libdir', 'libexecdir', 'bindir', + 'sbindir', 'includedir', 'datadir', 'mandir', |