[arch-commits] Commit in borgmatic/trunk (PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Tue Dec 1 08:17:24 UTC 2020
Date: Tuesday, December 1, 2020 @ 08:17:23
Author: polyzen
Revision: 767014
upgpkg: borgmatic 1.5.12-3: Fix borgmatic terminating under systemd-inhibit after systemd 247
Modified:
borgmatic/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-01 07:44:48 UTC (rev 767013)
+++ PKGBUILD 2020-12-01 08:17:23 UTC (rev 767014)
@@ -7,7 +7,7 @@
pkgname=borgmatic
pkgver=1.5.12
-pkgrel=2
+pkgrel=3
pkgdesc='Simple, configuration-driven backup software for servers and workstations'
arch=('any')
url=https://torsion.org/borgmatic
@@ -21,7 +21,8 @@
prepare() {
cd $pkgname-$pkgver
- sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
+ sed -i 's,root/.local,usr,
+ /SystemCallFilter/a SystemCallErrorNumber=EPERM' sample/systemd/$pkgname.service
}
build() {
More information about the arch-commits
mailing list