From 059045807de95e21f0b7794f322dbdfbd1af3a54 Mon Sep 17 00:00:00 2001 From: Fina Wilke Date: Sun, 17 Jul 2022 00:15:42 +0200 Subject: Add option to specify init script location Also allows to disable the installation if desired --- util/meson.build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'util/meson.build') diff --git a/util/meson.build b/util/meson.build index 7846870..12028d5 100644 --- a/util/meson.build +++ b/util/meson.build @@ -24,6 +24,5 @@ meson.add_install_script('install_helper.sh', join_paths(get_option('prefix'), get_option('sysconfdir')), join_paths(get_option('prefix'), get_option('bindir')), udevrulesdir, - '@0@'.format(get_option('useroot'))) - - + '@0@'.format(get_option('useroot')), + get_option('initscriptdir')) -- cgit v1.2.3