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

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


    Date: Friday, August 28, 2020 @ 12:12:54
  Author: freswa
Revision: 690661

fix unquoted variables

Modified:
  dee/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 12:12:12 UTC (rev 690660)
+++ PKGBUILD	2020-08-28 12:12:54 UTC (rev 690661)
@@ -38,7 +38,7 @@
 }
 
 package() {
-	cd $pkgname-$pkgver
+	cd ${pkgname}-${pkgver}
 	make DESTDIR="${pkgdir}" install
 }
 



More information about the arch-commits mailing list