nixpkgs/pkgs/os-specific/linux/systemd/0011-build-don-t-create-statedir-and-don-t-touch-prefixdi.patch

27 lines
829 B
Diff
Raw Normal View History

2021-03-31 16:24:19 +00:00
From 293b19c5fdbda1b4ee579a7e8ba12f024a6f34c9 Mon Sep 17 00:00:00 2001
From: Franz Pletz <fpletz@fnordicwalking.de>
Date: Sun, 11 Feb 2018 04:37:44 +0100
2021-03-31 16:24:19 +00:00
Subject: [PATCH 11/19] 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
2021-03-31 16:24:19 +00:00
index 580964c3fa..f99d4f3ab5 100644
--- a/meson.build
+++ b/meson.build
2021-03-31 16:24:19 +00:00
@@ -3518,9 +3518,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))
-
############################################################
2020-07-31 16:02:33 +00:00
check_help = find_program('tools/check-help.sh')
--
2021-03-31 16:24:19 +00:00
2.30.1