Date: Tuesday, August 18, 2020 @ 17:01:50
  Author: anatolik
Revision: 684816

Fix systemd warning at install time

  /usr/lib/tmpfiles.d/tarantool.conf:1: Line references path below legacy 
directory /var/run/, updating /var/run/tarantool {U+2192} /run/tarantool; 
please update the tmpfiles.d/ drop-in file accordingly.

Modified:
  tarantool/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-08-18 16:48:48 UTC (rev 684815)
+++ PKGBUILD    2020-08-18 17:01:50 UTC (rev 684816)
@@ -87,6 +87,8 @@
   cd tarantool
   make install DESTDIR="$pkgdir"
 
+  sed 's|/var/run/|/run/|' -i "$pkgdir"/usr/lib/tmpfiles.d/tarantool.conf # 
https://github.com/tarantool/tarantool/issues/5227
+
   install -D -m644 $srcdir/tarantool.sysusers 
"$pkgdir/usr/lib/sysusers.d/tarantool.conf"
   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }

Reply via email to