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

Frederik Schwan freswa at archlinux.org
Fri Aug 28 13:09:14 UTC 2020


    Date: Friday, August 28, 2020 @ 13:09:13
  Author: freswa
Revision: 690844

fix unquoted variables

Modified:
  tuxcmd-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 13:09:13 UTC (rev 690843)
+++ PKGBUILD	2020-08-28 13:09:13 UTC (rev 690844)
@@ -42,5 +42,5 @@
 package() {
 	cd ${pkgname}-${pkgver}
 
-	make DESTDIR=${pkgdir}/usr install
+	make DESTDIR="${pkgdir}"/usr install
 }



More information about the arch-commits mailing list