forked from mirrors/nixpkgs
c9183d3738
The ConditionFileNotEmpty override patch wasn't correct for stage1, which does have the modules in /lib. So, remove the patch and set the right path with overrides in the final system. Also, make sure systemd-tmpfiles-setup-dev is pulled in to create all the necessary symlinks.
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 9c170acc0a..818b7a3eb5 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -3928,9 +3928,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
|