*** /usr/portage/games-server/monopd/monopd-0.9.3.ebuild 2004-11-08 12:39:37.000000000 +0100 --- monopd-0.9.3-r1.ebuild 2005-07-12 09:55:30.000000000 +0200 *************** *** 18,27 **** src_install() { make DESTDIR="${D}" install || die "make install failed" ! dodoc doc/api/gameboard API AUTHORS ChangeLog NEWS README* TODO ! exeinto /etc/init.d ! doexe "${FILESDIR}/monopd" || die "doexe failed" prepgamesdirs } --- 18,27 ---- src_install() { make DESTDIR="${D}" install || die "make install failed" ! dodoc doc/api/gameboard API AUTHORS ChangeLog NEWS README* TODO || \ ! die "dodoc failed" ! doinitd "${FILESDIR}/monopd" || die "doinitd failed" prepgamesdirs }