575fddf25b
systemd v253 changelog/NEWS: https://github.com/systemd/systemd/blob/v253/NEWS NixOS changes: 0007-hostnamed-localed-timedated-disable-methods-that-cha.patch was dropped, because systemd gained support to handle read-only /etc. *-add-rootprefix-to-lookup-dir-paths.patch required some updates too, as src/basic/def.h moved to src/basic/constants.h. systemd/systemd#25771 switched p11kit to become dlopen()'ed, so we need to patch that path. added a note to the 23.05 release notes to recommend `nixos-rebuild boot` Co-authored-by: Florian Klink <flokli@flokli.de>
24 lines
792 B
Diff
24 lines
792 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Franz Pletz <fpletz@fnordicwalking.de>
|
|
Date: Sun, 11 Feb 2018 04:37:44 +0100
|
|
Subject: [PATCH] build: don't create statedir and don't touch prefixdir
|
|
|
|
---
|
|
meson.build | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
diff --git a/meson.build b/meson.build
|
|
index bfc86857d6..84e3e4c1db 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -4277,9 +4277,6 @@ install_data('LICENSE.GPL2',
|
|
install_subdir('LICENSES',
|
|
install_dir : docdir)
|
|
|
|
-meson.add_install_script('sh', '-c', mkdir_p.format(systemdstatedir))
|
|
-meson.add_install_script('sh', '-c', 'touch $DESTDIR@0@'.format(prefixdir))
|
|
-
|
|
############################################################
|
|
|
|
# Ensure that changes to the docs/ directory do not break the
|