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

Collapse All | Expand All

(-)a/postfix-2.8.3.ebuild (+4 lines)
Lines 78-83 src_prepare() { Link Here
78
78
79
	# change default paths to better comply with portage standard paths
79
	# change default paths to better comply with portage standard paths
80
	sed -i -e "s:/usr/local/:/usr/:g" conf/master.cf || die "sed failed"
80
	sed -i -e "s:/usr/local/:/usr/:g" conf/master.cf || die "sed failed"
81
82
	# bug #349944 do not alter installed files
83
	sed -i -e "/postfix post-install/s/post-install/post-install \
84
	config_directory=\$CONFIG_DIRECTORY/" postfix-install || die "sed failed"
81
}
85
}
82
86
83
src_configure() {
87
src_configure() {

Return to bug 349944