Merge pull request #6516 from heitbaum/systemd

systemd: update to 251.1
This commit is contained in:
CvH 2022-05-26 15:19:44 +02:00 committed by GitHub
commit b5f7b016cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="systemd"
PKG_VERSION="250.5"
PKG_SHA256="63f596e1b22ae63aa737b6faf4b49281b4049ab8acb6c0614c1a150a87a356a5"
PKG_VERSION="251.1"
PKG_SHA256="0d986657082ce72246a12093933ea4c3c8e2a50e3000f1a4192d14dcaa20cd9a"
PKG_LICENSE="LGPL2.1+"
PKG_SITE="http://www.freedesktop.org/wiki/Software/systemd"
PKG_URL="https://github.com/systemd/systemd-stable/archive/v${PKG_VERSION}.tar.gz"

View File

@ -20,8 +20,8 @@ index 03935ee..bfd5c02 100644
if (r < 0)
return r;
- t->stamp_path = strjoin("/var/lib/systemd/timers/stamp-", UNIT(t)->id);
+ t->stamp_path = strjoin("/storage/.cache/systemd/timers/stamp-", UNIT(t)->id);
- stamp_path = strjoin("/var/lib/systemd/timers/stamp-", UNIT(t)->id);
+ stamp_path = strjoin("/storage/.cache/systemd/timers/stamp-", UNIT(t)->id);
} else {
const char *e;