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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Aug 28 07:49:52 UTC 2020


    Date: Friday, August 28, 2020 @ 07:49:51
  Author: svenstaro
Revision: 690141

Fix variable quoting

Modified:
  python-pywinrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 07:49:28 UTC (rev 690140)
+++ PKGBUILD	2020-08-28 07:49:51 UTC (rev 690141)
@@ -17,8 +17,8 @@
 sha512sums=('0eaeb190d37f055c10d1bd8ae1414da4a7396351fd6286b1e5ffc22b8f8ed589c03e2cbf1c287e5ea8fc00c08012a206657cecb77ec69cd373ff462c3b18e3d7')
 
 package() {
-    cd ${srcdir}/pywinrm-${pkgver}
-    python setup.py install --root=${pkgdir}/ --optimize=1
+    cd pywinrm-${pkgver}
+    python setup.py install --root="${pkgdir}"/ --optimize=1
 }
 
 # vim:set ts=4 sw=4 et:



More information about the arch-commits mailing list