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

Collapse All | Expand All

(-)netatalk-2.0.1.ebuild.orig (-4 / +2 lines)
Lines 71-81 Link Here
71
	make DESTDIR=${D} install || die "netatalk make install failed"
71
	make DESTDIR=${D} install || die "netatalk make install failed"
72
72
73
	# install docs
73
	# install docs
74
	dodoc CONTRIBUTORS COPYING COPYRIGHT
74
	dodoc CONTRIBUTORS
75
	dodoc NEWS README TODO VERSION
75
	dodoc NEWS README TODO VERSION
76
76
77
	# install init script
77
	# install init script
78
	dodir /etc/init.d
78
	doinitd ${S}/distrib/initscripts/atalk
79
	exeinto /etc/init.d
80
	doexe ${S}/distrib/initscripts/atalk
81
}
79
}

Return to bug 69526