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

Antonio Rojas arojas at archlinux.org
Wed Apr 15 10:06:09 UTC 2020


    Date: Wednesday, April 15, 2020 @ 10:06:09
  Author: arojas
Revision: 614555

Fix quoting

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-15 10:04:20 UTC (rev 614554)
+++ PKGBUILD	2020-04-15 10:06:09 UTC (rev 614555)
@@ -39,7 +39,7 @@
   python3 setup.py config_fc --fcompiler=gnu95 install \
     --prefix=/usr --root=${srcdir}/test --optimize=1
   export PYTHONPATH=${srcdir}/test/usr/lib/python3.8/site-packages
-  cd ${srcdir}
+  cd "${srcdir}"
   python -c "from scipy import test; test('full')"
 
 }
@@ -49,7 +49,7 @@
 
   cd scipy-${pkgver}
   python3 setup.py config_fc --fcompiler=gnu95 install \
-    --prefix=/usr --root=${pkgdir} --optimize=1
+    --prefix=/usr --root="${pkgdir}" --optimize=1
 
   install -Dm644 LICENSE.txt \
     "${pkgdir}/usr/share/licenses/python-scipy/LICENSE"



More information about the arch-commits mailing list