1 From 592de67191a3969fcccef6293740c7142793d461 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= <joerg@thalheim.io>
3 Date: Wed, 1 Nov 2023 21:54:05 +0100
4 Subject: [PATCH] skip installing example configuration
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
9 This requires root if prefix dir is pointed to /etc,
10 which we cannot do in nix builds.
12 Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
14 meson.build | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
17 diff --git a/meson.build b/meson.build
18 index 5f5935f..8373013 100644
21 @@ -114,10 +114,10 @@ else
26 - sources: 'ksmbd.conf.example',
27 - install_dir: get_option('sysconfdir') / 'ksmbd',
30 +# sources: 'ksmbd.conf.example',
31 +# install_dir: get_option('sysconfdir') / 'ksmbd',
34 systemdsystemunitdir = get_option('systemdsystemunitdir')
35 if systemdsystemunitdir == ''