]> www.infradead.org Git - users/sagi/libnvme.git/commit
build: Use prefixdir directly on sysconfdir
authorDaniel Wagner <dwagner@suse.de>
Mon, 6 Feb 2023 13:48:43 +0000 (14:48 +0100)
committerDaniel Wagner <dwagner@suse.de>
Mon, 6 Feb 2023 13:51:04 +0000 (14:51 +0100)
commitf6100dd16b491f1918567237e5a337d8d32cda80
treed34eab88cf05bccdc7f8b8638c50e15347886b39
parent4edc0025b65111d72d2cb58b2a9d4d63b5c807e9
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