vscode-extensions.github.copilot{*}: bump (#364729)
[NixPkgs.git] / pkgs / os-specific / linux / systemd / 0017-meson.build-do-not-create-systemdstatedir.patch
blob7d941c33b92701b79067b74958a115d0bb69b4c1
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: nikstur <nikstur@outlook.com>
3 Date: Mon, 6 Nov 2023 22:51:38 +0100
4 Subject: [PATCH] meson.build: do not create systemdstatedir
6 ---
7 meson.build | 1 -
8 1 file changed, 1 deletion(-)
10 diff --git a/meson.build b/meson.build
11 index cecdbc3aa7..bd7f8ec580 100644
12 --- a/meson.build
13 +++ b/meson.build
14 @@ -2652,7 +2652,6 @@ install_data('LICENSE.GPL2',
15 install_subdir('LICENSES',
16 install_dir : docdir)
18 -install_emptydir(systemdstatedir)
20 #####################################################################