mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 16:43:58 +00:00
22 lines
600 B
Diff
22 lines
600 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: nikstur <nikstur@outlook.com>
|
|
Date: Mon, 6 Nov 2023 22:51:38 +0100
|
|
Subject: [PATCH] meson.build: do not create systemdstatedir
|
|
|
|
---
|
|
meson.build | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/meson.build b/meson.build
|
|
index cecdbc3aa7..bd7f8ec580 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -2652,7 +2652,6 @@ install_data('LICENSE.GPL2',
|
|
install_subdir('LICENSES',
|
|
install_dir : docdir)
|
|
|
|
-install_emptydir(systemdstatedir)
|
|
|
|
#####################################################################
|
|
|