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

(-)pe-format-0.ebuild (-2 / +2 lines)
Lines 19-26 Link Here
19
}
19
}
20
20
21
src_install() {
21
src_install() {
22
	newinitd "${FILESDIR}/pe-format.init pe-format" || die "failed to install init script"
22
	newinitd "${FILESDIR}/pe-format.init" "pe-format" || die "failed to install init script"
23
	newconfd "${FILESDIR}/pe-format.conf pe-format" || die "failed to install config"
23
	newconfd "${FILESDIR}/pe-format.conf" "pe-format" || die "failed to install config"
24
}
24
}
25
25
26
pkg_postinst() {
26
pkg_postinst() {

Return to bug 263261