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

Collapse All | Expand All

(-)portage/kde-base/systemsettings/systemsettings-4.4.5.ebuild (+3 lines)
Lines 64-69 Link Here
64
}
64
}
65
65
66
src_prepare() {
66
src_prepare() {
67
	if [[ ${CHOST} == *-solaris* ]] ; then
68
		epatch "${FILESDIR}/${PN}-4.4.5-FontInst.cpp-solaris.patch"
69
	fi
67
	sed -i -e 's/systemsettingsrc DESTINATION ${SYSCONF_INSTALL_DIR}/systemsettingsrc DESTINATION ${CONFIG_INSTALL_DIR}/' \
70
	sed -i -e 's/systemsettingsrc DESTINATION ${SYSCONF_INSTALL_DIR}/systemsettingsrc DESTINATION ${CONFIG_INSTALL_DIR}/' \
68
		systemsettings/CMakeLists.txt \
71
		systemsettings/CMakeLists.txt \
69
		|| die "Failed to fix systemsettingsrc install location"
72
		|| die "Failed to fix systemsettingsrc install location"

Return to bug 328059