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

Collapse All | Expand All

(-)openfoam-2.1.1.ebuild (-11 / +4 lines)
Lines 95-113 Link Here
95
95
96
	use examples && doins -r tutorials
96
	use examples && doins -r tutorials
97
97
98
	insopts -m0755
98
	doins -r src
99
	doins -r bin
100
101
	insinto ${INSDIR}/applications/bin
102
	doins -r applications/bin/*
103
99
104
	insinto ${INSDIR}/lib
100
	insopts -m0755
105
	doins -r lib/*
101
	doins -r bin applications platforms wmake
106
107
	insinto ${INSDIR}/wmake
108
	doins -r wmake/*
109
102
110
	dodoc {doc/Guides-a4/*.pdf,README}
103
	dodoc README.html doc/Guides-a4/*.pdf
111
104
112
	if use doc ; then
105
	if use doc ; then
113
		dohtml -r doc/Doxygen
106
		dohtml -r doc/Doxygen

Return to bug 402895