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

Frederik Schwan freswa at archlinux.org
Fri Aug 28 11:48:58 UTC 2020


    Date: Friday, August 28, 2020 @ 11:48:57
  Author: freswa
Revision: 690600

fix unquoted variables

Modified:
  arduino-ctags/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 11:48:12 UTC (rev 690599)
+++ PKGBUILD	2020-08-28 11:48:57 UTC (rev 690600)
@@ -37,5 +37,5 @@
 package() {
   cd "${srcdir}/${_pkgname}-${_pkgver}"
 
-  make prefix=${pkgdir}/usr install
+  make prefix="${pkgdir}"/usr install
 }



More information about the arch-commits mailing list