dart-sass: 1.83.0 -> 1.83.1 (#372038)
[NixPkgs.git] / pkgs / by-name / ks / ksmbd-tools / 0001-skip-installing-example-configuration.patch
blob2b4b35774d194f99ae9f84c488e03a8e4b70bf82
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
5 MIME-Version: 1.0
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>
13 ---
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
19 --- a/meson.build
20 +++ b/meson.build
21 @@ -114,10 +114,10 @@ else
22 runstatedir = rundir
23 endif
25 -install_data(
26 - sources: 'ksmbd.conf.example',
27 - install_dir: get_option('sysconfdir') / 'ksmbd',
29 +#install_data(
30 +# sources: 'ksmbd.conf.example',
31 +# install_dir: get_option('sysconfdir') / 'ksmbd',
32 +#)
34 systemdsystemunitdir = get_option('systemdsystemunitdir')
35 if systemdsystemunitdir == ''
36 --
37 2.42.0