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

2020-11-01 15:35:11 +01:00
From d410a7a6d1bb0fe730c3ef690676232bfaa49f85 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
2020-11-01 15:35:11 +01:00
index f406d595e6..f05f579816 100644
--- a/meson.build
+++ b/meson.build
2020-11-01 15:35:11 +01:00
@@ -3517,9 +3517,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 18:02:33 +02:00
check_help = find_program('tools/check-help.sh')
--
2020-11-01 15:35:11 +01:00
2.29.2