Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 46131 | Differences between
and this patch

Collapse All | Expand All

(-)mgetty-1.1.30-r1.ebuild.orig (-1 / +9 lines)
Lines 111-117 Link Here
111
	dodoc BUGS ChangeLog FTP README.1st Recommend THANKS TODO
111
	dodoc BUGS ChangeLog FTP README.1st Recommend THANKS TODO
112
	cd doc
112
	cd doc
113
	dodoc *.txt modems.db
113
	dodoc *.txt modems.db
114
	use doc && dodoc mgetty.ps
114
	if use doc; then
115
	    dodoc mgetty.ps
116
	    cd ${S}/voice/doc/
117
	    docinto voice
118
	    dodoc *
119
	    cd ${S}/samples/
120
	    docinto samples
121
	    dodoc *
122
	fi
115
123
116
	#generate missing fonts if any.
124
	#generate missing fonts if any.
117
	if [ -f ${S}/doc/missfont.log ]
125
	if [ -f ${S}/doc/missfont.log ]

Return to bug 46131