Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 21 lines 600 B view raw
1From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 2From: nikstur <nikstur@outlook.com> 3Date: Mon, 6 Nov 2023 22:51:38 +0100 4Subject: [PATCH] meson.build: do not create systemdstatedir 5 6--- 7 meson.build | 1 - 8 1 file changed, 1 deletion(-) 9 10diff --git a/meson.build b/meson.build 11index bffda86845..cb5dcec0f9 100644 12--- a/meson.build 13+++ b/meson.build 14@@ -2781,7 +2781,6 @@ install_data('LICENSE.GPL2', 15 install_subdir('LICENSES', 16 install_dir : docdir) 17 18-install_emptydir(systemdstatedir) 19 20 ##################################################################### 21