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

(-)a/app-misc/hivex/hivex-1.3.18.ebuild (-3 / +5 lines)
Lines 96-102 src_install() { Link Here
96
	strip-linguas -i po
96
	strip-linguas -i po
97
97
98
	emake install DESTDIR="${ED}" "LINGUAS=""${LINGUAS}"""
98
	emake install DESTDIR="${ED}" "LINGUAS=""${LINGUAS}"""
99
	python_optimize
99
	use python && python_optimize
100
100
101
	ruby-ng_src_install
101
	ruby-ng_src_install
102
102
Lines 105-110 src_install() { Link Here
105
	fi
105
	fi
106
106
107
	#can't figure out a better way to do this
107
	#can't figure out a better way to do this
108
	mv "${ED}"/usr/man/man3/* "${ED}/usr/share/man/man3/" || die
108
	if [[ -d "${ED}/usr/man" ]] ; then
109
	rm -r "${ED}/usr/man" || die
109
		mv "${ED}"/usr/man/man3/* "${ED}/usr/share/man/man3/" || die
110
		rm -r "${ED}/usr/man" || die
111
	fi
110
}
112
}

Return to bug 715374