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

(-)phase-helpers.old (-2 / +2 lines)
Lines 788-794 Link Here
788
788
789
__eapi4_src_install() {
789
__eapi4_src_install() {
790
	if [[ -f Makefile || -f GNUmakefile || -f makefile ]] ; then
790
	if [[ -f Makefile || -f GNUmakefile || -f makefile ]] ; then
791
		emake DESTDIR="${D}" install
791
		emake DESTDIR="${ED}" install
792
	fi
792
	fi
793
793
794
	if ! declare -p DOCS &>/dev/null ; then
794
	if ! declare -p DOCS &>/dev/null ; then
Lines 816-822 Link Here
816
816
817
__eapi6_src_install() {
817
__eapi6_src_install() {
818
	if [[ -f Makefile || -f GNUmakefile || -f makefile ]] ; then
818
	if [[ -f Makefile || -f GNUmakefile || -f makefile ]] ; then
819
		emake DESTDIR="${D}" install
819
		emake DESTDIR="${ED}" install
820
	fi
820
	fi
821
821
822
	einstalldocs
822
	einstalldocs

Return to bug 567300