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

Collapse All | Expand All

(-)maui-3.3.1-r3.ebuild-orig (+7 lines)
Lines 38-43 Link Here
38
		-i src/{moab,server,mcom}/Makefile || die
38
		-i src/{moab,server,mcom}/Makefile || die
39
39
40
	epatch "${FILESDIR}"/${P}-torque_4.patch
40
	epatch "${FILESDIR}"/${P}-torque_4.patch
41
	epatch "${FILESDIR}"/${P}-example-cfgs.patch
41
}
42
}
42
43
43
src_configure() {
44
src_configure() {
Lines 60-62 Link Here
60
	einfo "Please visit ${HOMEPAGE}, obtain the file"
61
	einfo "Please visit ${HOMEPAGE}, obtain the file"
61
	einfo "${P}.tar.gz and put it in ${DISTDIR}"
62
	einfo "${P}.tar.gz and put it in ${DISTDIR}"
62
}
63
}
64
65
pkg_postinst() {
66
	ewarn "You can find example ${EPREFIX}/var/spool/${PN}/maui.cfg"
67
	ewarn "and ${EPREFIX}/var/spool/${PN}/maui-private.cfg files in" 
68
	ewarn "${EPREFIX}/var/spool/${PN}."
69
}

Return to bug 405437