mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 19:23:50 +00:00
a3082bc6b7
It seems nix is much more permissive in applying patches than git am. These patches were regenerated by running `git am path/to/nixpkgs/pkgs/os-specific/linux/systemd/*.patch`, and manually running `patch -p1 < path/to/nixpkgs/pkgs/os-specific/linux/systemd/*N.patch` where necessary.
27 lines
841 B
Diff
27 lines
841 B
Diff
From f488835c587d79ba824302a8933b47a83ddc2d57 Mon Sep 17 00:00:00 2001
|
|
From: Franz Pletz <fpletz@fnordicwalking.de>
|
|
Date: Sun, 11 Feb 2018 04:37:44 +0100
|
|
Subject: [PATCH 11/18] 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 fc216d22da..078db3bb5d 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -3176,9 +3176,6 @@ install_data('LICENSE.GPL2',
|
|
'src/libsystemd/sd-bus/GVARIANT-SERIALIZATION',
|
|
install_dir : docdir)
|
|
|
|
-meson.add_install_script('sh', '-c', mkdir_p.format(systemdstatedir))
|
|
-meson.add_install_script('sh', '-c', 'touch $DESTDIR@0@'.format(prefixdir))
|
|
-
|
|
############################################################
|
|
|
|
meson_check_help = find_program('tools/meson-check-help.sh')
|
|
--
|
|
2.26.2
|
|
|