mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
748378a3ec
Removed patches: - 0007-Fix-hwdb-paths.patch The directory we want seems to already be included in the list. Is there a reason why we want to restrict it further? - 0010-build-don-t-create-statedir-and-don-t-touch-prefixdi.patch This patch has little to do with how the meson.build file looks now. The new patch 0017 is the successor to this one. - 0015-pkg-config-derive-prefix-from-prefix.patch This is fixed upstream. We don't need this anymore.
22 lines
591 B
Diff
22 lines
591 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 7419e2b0b0..c82a527976 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -2497,7 +2497,6 @@ install_data('LICENSE.GPL2',
|
|
install_subdir('LICENSES',
|
|
install_dir : docdir)
|
|
|
|
-install_emptydir(systemdstatedir)
|
|
|
|
############################################################
|
|
|