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

Gaëtan Bisson bisson at archlinux.org
Fri Sep 20 23:08:46 UTC 2019


    Date: Friday, September 20, 2019 @ 23:08:46
  Author: bisson
Revision: 363178

obey the quote police

Modified:
  zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-20 22:47:39 UTC (rev 363177)
+++ PKGBUILD	2019-09-20 23:08:46 UTC (rev 363178)
@@ -32,7 +32,7 @@
 package() {
 	cd "${srcdir}/${pkgname}${_pkgver}"
 	make -f unix/Makefile prefix="${pkgdir}"/usr \
-		MANDIR=${pkgdir}/usr/share/man/man1 \
+		MANDIR="${pkgdir}"/usr/share/man/man1 \
 		install
 	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



More information about the arch-commits mailing list