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

Pierre Schmitz pierre at nymeria.archlinux.org
Sun Dec 15 14:10:06 UTC 2013


    Date: Sunday, December 15, 2013 @ 15:10:05
  Author: pierre
Revision: 201571

pdf should be in the zsh subdir

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-15 14:00:17 UTC (rev 201570)
+++ PKGBUILD	2013-12-15 14:10:05 UTC (rev 201571)
@@ -79,6 +79,6 @@
 
 	cd "${srcdir}/${pkgbase}-${pkgver}"
 	make DESTDIR="${pkgdir}/" install.info install.html
-	install -D -m644 Doc/zsh.pdf "${pkgdir}/usr/share/doc/zsh.pdf"
+	install -D -m644 Doc/zsh.pdf "${pkgdir}/usr/share/doc/zsh/zsh.pdf"
 	install -D -m644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }




More information about the arch-commits mailing list