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

Collapse All | Expand All

(-)/usr/portage/dev-util/meld/meld-1.1.5.1-r1.ebuild (+3 lines)
Lines 33-38 src_unpack() { Link Here
33
	sed -i -e 's:/usr/local:/usr:' INSTALL
33
	sed -i -e 's:/usr/local:/usr:' INSTALL
34
	sed -i -e "s:\$(prefix)/lib:\$(prefix)/$(get_libdir):" INSTALL
34
	sed -i -e "s:\$(prefix)/lib:\$(prefix)/$(get_libdir):" INSTALL
35
35
36
	# don't install anything to /usr/share/doc/meld
37
	sed -i -e "s:\$(docdir)/meld:\$(docdir)/${PF}:" INSTALL
38
36
	# let the python eclass handle python objects
39
	# let the python eclass handle python objects
37
	sed -i -e '/$(PYTHON) .* .import compileall;/s/\t/&#/g' GNUmakefile
40
	sed -i -e '/$(PYTHON) .* .import compileall;/s/\t/&#/g' GNUmakefile
38
41

Return to bug 206453