]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
build: Use prefixdir directly on sysconfdir
authorDaniel Wagner <dwagner@suse.de>
Mon, 6 Feb 2023 13:36:11 +0000 (14:36 +0100)
committerDaniel Wagner <dwagner@suse.de>
Mon, 6 Feb 2023 13:47:01 +0000 (14:47 +0100)
commit432a49732bf7ea84fa952aa1cfe8e084cd71a8c1
tree1585ce765462030004746e880ac89a8f79a4af95
parentcddc7a1d229a50d29419f50908e05842286bfe66
build: Use prefixdir directly on sysconfdir

The sysconfdir is an explicit path '/etc' and the muon implementation of
join_paths is dropping the prefixdir, thus we need to string concanate
the syscondfir path instead of using the join_paths function.

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