Some checks are pending
ci/woodpecker/pr/ci Pipeline is pending
An experiment to see if we can minimize the PatOS project even further, and not have to adapt NixOS packages and config for our needs.
21 lines
600 B
Diff
21 lines
600 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: nikstur <nikstur@outlook.com>
|
|
Date: Mon, 6 Nov 2023 22:51:38 +0100
|
|
Subject: [PATCH] meson.build: do not create systemdstatedir
|
|
|
|
---
|
|
meson.build | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/meson.build b/meson.build
|
|
index bffda86845..cb5dcec0f9 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -2781,7 +2781,6 @@ install_data('LICENSE.GPL2',
|
|
install_subdir('LICENSES',
|
|
install_dir : docdir)
|
|
|
|
-install_emptydir(systemdstatedir)
|
|
|
|
#####################################################################
|
|
|