From 949d76d1a2c508f034f23c36d34400204698d952 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Wed, 20 Sep 2017 14:24:22 +0100 Subject: Add support for mounting from /etc/fstab Fixes: #92. --- meson.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 62a285f..2069b90 100644 --- a/meson.build +++ b/meson.build @@ -63,6 +63,10 @@ else message('rst2man not found, not building manual page.') endif +meson.add_install_script('utils/install_helper.sh', + get_option('sbindir'), + get_option('bindir')) + subdir('test') -- cgit v1.2.3