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

Frederik Schwan freswa at archlinux.org
Fri Aug 28 12:25:20 UTC 2020


    Date: Friday, August 28, 2020 @ 12:25:20
  Author: freswa
Revision: 690704

fix unquoted variables

Modified:
  goocanvasmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 12:25:17 UTC (rev 690703)
+++ PKGBUILD	2020-08-28 12:25:20 UTC (rev 690704)
@@ -28,5 +28,5 @@
 package() {
   cd ${pkgname}-${pkgver}
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list