Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 414419
Collapse All | Expand All

(-)cacti-0.8.7i.ebuild (-5 / +5 lines)
Lines 22-28 if [[ -n ${UPSTREAM_PATCHES} ]]; then Link Here
22
fi
22
fi
23
23
24
LICENSE="GPL-2"
24
LICENSE="GPL-2"
25
KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 sparc x86"
25
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
26
IUSE="snmp doc"
26
IUSE="snmp doc"
27
27
28
DEPEND=""
28
DEPEND=""
Lines 70-81 src_install() { Link Here
70
70
71
	edos2unix `find -type f -name '*.php'`
71
	edos2unix `find -type f -name '*.php'`
72
72
73
	dodir ${MY_HTDOCSDIR}
73
	dodir ${MY_HTDOCSDIR#${EPREFIX}}
74
	cp -r . "${D}"${MY_HTDOCSDIR}
74
	cp -r . "${D}"${MY_HTDOCSDIR}
75
75
76
	webapp_serverowned ${MY_HTDOCSDIR}/rra
76
	webapp_serverowned ${MY_HTDOCSDIR#${EPREFIX}}/rra
77
	webapp_serverowned ${MY_HTDOCSDIR}/log/cacti.log
77
	webapp_serverowned ${MY_HTDOCSDIR#${EPREFIX}}/log/cacti.log
78
	webapp_configfile ${MY_HTDOCSDIR}/include/config.php
78
	webapp_configfile ${MY_HTDOCSDIR#${EPREFIX}}/include/config.php
79
	webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
79
	webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
80
80
81
	webapp_src_install
81
	webapp_src_install

Return to bug 414419