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

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


    Date: Friday, August 28, 2020 @ 12:13:40
  Author: freswa
Revision: 690665

fix unquoted variables

Modified:
  dot2tex/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 12:13:20 UTC (rev 690664)
+++ PKGBUILD	2020-08-28 12:13:40 UTC (rev 690665)
@@ -21,8 +21,8 @@
 package() {
 	cd ${pkgname}-${pkgver}
 
-	python setup.py install --root=${pkgdir} --skip-build
+	python setup.py install --root="${pkgdir}" --skip-build
 
 	# Install custom license file
-	install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+	install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }



More information about the arch-commits mailing list