meson: add obmcutil to bindir

Scripts are installed via the install_data method per
https://github.com/mesonbuild/meson/issues/1212

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I6619f919d85d6a1d5aeb210bac69ce9bb6938ce1
diff --git a/meson.build b/meson.build
index a636a00..db159e8 100644
--- a/meson.build
+++ b/meson.build
@@ -109,6 +109,11 @@
     install: true
 )
 
+install_data('obmcutil',
+        install_mode: 'rwxr-xr-x',
+        install_dir: get_option('bindir')
+)
+
 systemd = dependency('systemd')
 systemd_system_unit_dir = systemd.get_pkgconfig_variable(
     'systemdsystemunitdir',