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

Collapse All | Expand All

(-)a/src_install-v2.eblit (-1 / +1 lines)
Lines 53-59 Link Here
53
				if [[ "${sapi}" == "apache2" ]]; then
53
				if [[ "${sapi}" == "apache2" ]]; then
54
					insinto "${PHP_DESTDIR#${EPREFIX}}/apache2/"
54
					insinto "${PHP_DESTDIR#${EPREFIX}}/apache2/"
55
					newins "${file}" "${file/*\/}"
55
					newins "${file}" "${file/*\/}"
56
          keepdir "${EPREFIX}/usr/$(get_libdir)/apache2/modules"
56
          keepdir "/usr/$(get_libdir)/apache2/modules"
57
				else
57
				else
58
					dolib.so "${file}" || die "Unable to install ${sapi} sapi"
58
					dolib.so "${file}" || die "Unable to install ${sapi} sapi"
59
				fi
59
				fi

Return to bug 383159