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

Jiachen Yang farseerfc at archlinux.org
Fri Apr 24 07:37:33 UTC 2020


    Date: Friday, April 24, 2020 @ 07:37:32
  Author: farseerfc
Revision: 618983

quote paths to avoid breakage

Modified:
  python-justbytes/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-24 07:36:33 UTC (rev 618982)
+++ PKGBUILD	2020-04-24 07:37:32 UTC (rev 618983)
@@ -15,16 +15,16 @@
 md5sums=('3b9a26069421b1be24782f51125befa0')
 
 check() {
-    cd $srcdir/${_pkgname}-$pkgver
+    cd "$srcdir/${_pkgname}-$pkgver"
     nosetests
 }
 
 build() {
-    cd $srcdir/${_pkgname}-$pkgver
+    cd "$srcdir/${_pkgname}-$pkgver"
     python setup.py build
 }
 
 package() {
-    cd $srcdir/${_pkgname}-$pkgver
+    cd "$srcdir/${_pkgname}-$pkgver"
     python setup.py install --root="$pkgdir" --optimize=1 
 }



More information about the arch-commits mailing list