]> www.infradead.org Git - users/sagi/libnvme.git/commit
doc: Provide SYSCONFDIR without quotes v1.0-rc7
authorDaniel Wagner <dwagner@suse.de>
Fri, 18 Mar 2022 16:40:19 +0000 (17:40 +0100)
committerDaniel Wagner <dwagner@suse.de>
Fri, 18 Mar 2022 16:40:19 +0000 (17:40 +0100)
commit131ee681a0e394b291cd407442886dbdf9fe124c
tree1c1f47861dc5ee5202dba549e15eb8edba6e7a51
parent057c801f3a4942db63537bf25398b1f229b0306f
doc: Provide SYSCONFDIR without quotes

Unfortunately, we can't use the configuration data object defined in
the top meson.build file as this one is with quotes. Instead, making
the c code ugly, just provide a new configuration data object without
the quotes. This avoid generating strings suchs as

  "/etc"/nvme/hostnqn

Signed-off-by: Daniel Wagner <dwagner@suse.de>
doc/meson.build