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

Collapse All | Expand All

(-)portage.orig/www-servers/apache/apache-2.4.3.ebuild (-5 lines)
Lines 164-174 Link Here
164
	# well, actually installing things makes them more installed, I guess?
164
	# well, actually installing things makes them more installed, I guess?
165
	cp "${S}"/support/apxs "${D}"/usr/sbin/apxs || die "Failed to install apxs"
165
	cp "${S}"/support/apxs "${D}"/usr/sbin/apxs || die "Failed to install apxs"
166
	chmod 0755 "${D}"/usr/sbin/apxs
166
	chmod 0755 "${D}"/usr/sbin/apxs
167
168
	# create dir defined in 40_mod_ssl.conf
169
	if use ssl; then
170
		dodir /var/run/apache_ssl_mutex || die "Failed to mkdir ssl_mutex"
171
	fi
172
}
167
}
173
168
174
pkg_postinst()
169
pkg_postinst()

Return to bug 438758