Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 270663
Collapse All | Expand All

(-)courier-authlib-0.62.2.ebuild (-1 / +5 lines)
Lines 170-176 Link Here
170
		dodir /etc/openldap/schema
170
		dodir /etc/openldap/schema
171
		cp -f authldap.schema "${D}/etc/openldap/schema/"
171
		cp -f authldap.schema "${D}/etc/openldap/schema/"
172
	fi
172
	fi
173
	doinitd "${FILESDIR}/${PN}" || die "doinitd failed"
173
	cp "${FILESDIR}"/${PN} .
174
	if use userland_BSD ; then
175
		sed -i -e "s|source |\. |g" -e "s|\[\[|\[|g" -e "s|\]\]|\]|g" ${PN} || die "sed failed"
176
	fi
177
	doinitd ${PN} || die "doinitd failed"
174
}
178
}
175
179
176
pkg_postinst() {
180
pkg_postinst() {

Return to bug 270663