[arch-commits] Commit in gnome-activity-journal/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sun Jan 21 02:50:53 UTC 2018


    Date: Sunday, January 21, 2018 @ 02:50:52
  Author: bgyorgy
Revision: 284479

Use quotes

Modified:
  gnome-activity-journal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-21 02:48:38 UTC (rev 284478)
+++ PKGBUILD	2018-01-21 02:50:52 UTC (rev 284479)
@@ -48,5 +48,5 @@
 
 package() {
   cd $pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=1
+  python2 setup.py install --root="$pkgdir" --optimize=1
 }



More information about the arch-commits mailing list