--- /usr/portage/games-puzzle/ensemblist/ensemblist-040126.ebuild 2006-02-16 20:35:46.000000000 +0000 +++ ensemblist-040126.ebuild 2006-06-23 12:36:30.000000000 +0100 @@ -25,6 +25,7 @@ cd "${S}" sed -i \ -e '/^CC/d' \ + -e '/strip/d' \ -e "s:^DATADIR=.*:DATADIR=${GAMES_DATADIR}/${PN}/datas:" \ -e "/^COMPILE_FLAGS/s/-Wall -O3 -fomit-frame-pointer/${CFLAGS}/" \ Makefile || die "sed failed" @@ -32,8 +33,8 @@ src_install() { dogamesbin ensemblist || die "dogamesbin failed" - dodir "${GAMES_DATADIR}/${PN}" - cp -r datas/ "${D}${GAMES_DATADIR}/${PN}" || die "cp failed" + insinto "${GAMES_DATADIR}/${PN}" + doins -r datas || die "doins failed" dodoc README Changelog prepgamesdirs }