mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
Merge pull request #6516 from heitbaum/systemd
systemd: update to 251.1
This commit is contained in:
commit
b5f7b016cf
@ -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"
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user