From bfdeb3c7eee87cc8b6230557681c1e96d31ea467 Mon Sep 17 00:00:00 2001 From: Chema Alonso Josa Date: Mon, 17 Jul 2017 10:58:05 +0200 Subject: x11-wm/stumpwm: Fixes tex file extension Gentoo-Bug: 624918 Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- x11-wm/stumpwm/stumpwm-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-wm') diff --git a/x11-wm/stumpwm/stumpwm-1.0.0.ebuild b/x11-wm/stumpwm/stumpwm-1.0.0.ebuild index db333dd76966..ebb4b56c5712 100644 --- a/x11-wm/stumpwm/stumpwm-1.0.0.ebuild +++ b/x11-wm/stumpwm/stumpwm-1.0.0.ebuild @@ -43,7 +43,7 @@ get_lisp() { install_docs() { local pdffile="${PN}.pdf" - texi2pdf -o "${pdffile}" "${PN}.texi" && dodoc "${pdffile}" || die + texi2pdf -o "${pdffile}" "${PN}.texi.in" && dodoc "${pdffile}" || die cp "${FILESDIR}/README.Gentoo" . && sed -i "s:@VERSION@:${PV}:" README.Gentoo || die dodoc AUTHORS NEWS README.md README.Gentoo doinfo "${PN}.info" -- cgit v1.2.3-65-gdbad