[arch-commits] Commit in tarantool/trunk (PKGBUILD)

Frederik Schwan freswa at archlinux.org
Fri Aug 28 13:08:22 UTC 2020


    Date: Friday, August 28, 2020 @ 13:08:22
  Author: freswa
Revision: 690840

fix unquoted variables

Modified:
  tarantool/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 13:07:44 UTC (rev 690839)
+++ PKGBUILD	2020-08-28 13:08:22 UTC (rev 690840)
@@ -89,6 +89,6 @@
 
   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 "$srcdir"/tarantool.sysusers "$pkgdir/usr/lib/sysusers.d/tarantool.conf"
   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list