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

Collapse All | Expand All

(-)nagios-plugins-1.3.1.ebuild.old (+1 lines)
Lines 43-52 src_compile() { Link Here
43
		--host=${CHOST} \
43
		--host=${CHOST} \
44
		--prefix=/usr/nagios \
44
		--prefix=/usr/nagios \
45
		--with-nagios-user=nagios \
45
		--with-nagios-user=nagios \
46
		--sysconfdir=/etc/nagios \
46
		--sysconfdir=/etc/nagios \
47
		--infodir=/usr/share/info \
47
		--infodir=/usr/share/info \
48
		--with-ping-command=/usr/sbin/fping \
48
		--mandir=/usr/share/man || die "./configure failed"
49
		--mandir=/usr/share/man || die "./configure failed"
49
	make || die
50
	make || die
50
}
51
}
51
52
52
src_install() {
53
src_install() {

Return to bug 44382