Add option to specify init script location

Also allows to disable the installation if desired
This commit is contained in:
Fina Wilke
2022-07-17 00:15:42 +02:00
committed by Nikolaus Rath
parent 9e1601add4
commit 059045807d
3 changed files with 15 additions and 13 deletions
+3
View File
@@ -4,6 +4,9 @@ option('disable-mtab', type : 'boolean', value : false,
option('udevrulesdir', type : 'string', value : '',
description: 'Where to install udev rules (if empty, query pkg-config(1))')
option('initscriptdir', type : 'string', value : '/etc/init.d/',
description: 'Init script installation location (if empty, disable init script installation)')
option('utils', type : 'boolean', value : true,
description: 'Whether or not to build and install helper programs')