nixpkgs/pkgs/os-specific/linux/systemd/0014-catalog-don-t-update-on-install.patch
Florian Klink ba770e599c systemd: switch from our own fork to upstream repo + local patches
After patching, this produces exactly the same source code as in our
custom fork, but having the actual patches inlined inside nixpkgs makes
it easier to get rid of them.

In case more complicated rebasing is necessary, maintainers can

 - Clone the upstream systemd/systemd[-stable] repo
 - Checkout the current rev mentioned in src
 - Apply the patches from this folder via `git am 00*.patch`
 - Rebase the repo on top of a new version
 - Export the patch series via `git format-patch $newVersion`
 - Update the patches = [ … ] attribute (if necessary)
2020-04-17 00:27:19 +02:00

25 lines
732 B
Diff

From 8e7aec49a387d8229b85cfc3ea2f2c1c9a45f6d0 Mon Sep 17 00:00:00 2001
From: Franz Pletz <fpletz@fnordicwalking.de>
Date: Wed, 17 Jan 2018 05:10:36 +0100
Subject: [PATCH 14/27] catalog: don't update on install
---
catalog/meson.build | 4 ----
1 file changed, 4 deletions(-)
diff --git a/catalog/meson.build b/catalog/meson.build
index 3db8e390f2..7004618750 100644
--- a/catalog/meson.build
+++ b/catalog/meson.build
@@ -28,7 +28,3 @@ foreach file : in_files
install : true,
install_dir : catalogdir)
endforeach
-
-meson.add_install_script('sh', '-c',
- 'test -n "$DESTDIR" || @0@/journalctl --update-catalog'
- .format(rootbindir))
--
2.24.1