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

Antonio Rojas arojas at archlinux.org
Sat Sep 21 08:07:37 UTC 2019


    Date: Saturday, September 21, 2019 @ 08:07:37
  Author: arojas
Revision: 511317

Fix quoting

Modified:
  python-mpmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-21 08:07:08 UTC (rev 511316)
+++ PKGBUILD	2019-09-21 08:07:37 UTC (rev 511317)
@@ -47,5 +47,5 @@
 
   python setup.py install --root "$pkgdir" --optimize=1
 
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list