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

Collapse All | Expand All

(-)a/net-mail/courier-imap/courier-imap-5.2.6-r1.ebuild (-2 / +1 lines)
Lines 224-230 src_install() { Link Here
224
pkg_postinst() {
224
pkg_postinst() {
225
	# Some users have been reporting that permissions on this directory were
225
	# Some users have been reporting that permissions on this directory were
226
	# getting scrambled, so let's ensure that they are sane.
226
	# getting scrambled, so let's ensure that they are sane.
227
	fperms 0755 "${ROOT}/usr/$(get_libdir)/${PN}"
227
	chmod 0755 "${ROOT}/usr/$(get_libdir)/${PN}"
228
228
229
	readme.gentoo_print_elog
229
	readme.gentoo_print_elog
230
230
231
- 

Return to bug 928635