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

(-)kseg-0.403.ebuild.ORIG (-1 / +1 lines)
Lines 22-28 Link Here
22
	cd "${S}"
22
	cd "${S}"
23
	# Fix silly hardcoded help file path and CCFLAGS.
23
	# Fix silly hardcoded help file path and CCFLAGS.
24
	#epatch ${FILESDIR}/${P}-gentoo.patch
24
	#epatch ${FILESDIR}/${P}-gentoo.patch
25
	sed -i -e "s|KSEG_HELP_DIR|${PF}/help|" main.cpp
25
        sed -i -e "s|KSegProperties::setPropertyDefault(\"LanguageDir\", \"\.\")|KSegProperties::setPropertyDefault(\"LanguageDir\", \"/usr/share/doc/${PF}/help\")|" main.cpp
26
}
26
}
27
27
28
src_compile() {
28
src_compile() {

Return to bug 301822