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

Collapse All | Expand All

(-)gnome2.eclass (-2 / +3 lines)
Lines 64-73 Link Here
64
64
65
	# GST_REGISTRY is to work around gst-inspect trying to read/write /root
65
	# GST_REGISTRY is to work around gst-inspect trying to read/write /root
66
	GST_REGISTRY="${S}/registry.xml" econf "$@" ${G2CONF} || die "configure failed"
66
	GST_REGISTRY="${S}/registry.xml" econf "$@" ${G2CONF} || die "configure failed"
67
	touch .gnome2_src_configured
67
}
68
}
68
69
69
gnome2_src_compile() {
70
gnome2_src_compile() {
70
	gnome2_src_configure "$@"
71
	[ -f .gnome2_src_configured ] || gnome2_src_configure "$@"
71
	emake || die "compile failure"
72
	emake || die "compile failure"
72
}
73
}
73
74
Lines 137-140 Link Here
137
}
138
}
138
139
139
# pkg_prerm
140
# pkg_prerm
140
EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_postrm
141
EXPORT_FUNCTIONS src_unpack src_configure src_compile src_install pkg_preinst pkg_postinst pkg_postrm

Return to bug 239123