--- /usr/portage/sci-astronomy/celestia/celestia-1.4.1.ebuild 2006-03-15 18:07:46.000000000 +0100 +++ /usr/local/portage/sci-astronomy/celestia/celestia-1.4.1.ebuild 2006-03-31 15:44:49.000000000 +0200 @@ -73,6 +73,7 @@ fi epatch "${FILESDIR}/celestia-1.4.1-gcc-4.1.patch" + epatch "${FILESDIR}/makefile.am.patch" econf \ --with-${mygui} \ @@ -96,7 +97,7 @@ if [ "${mygui}" == "gnome" ]; then gnome2_src_install else - einstall || die "einstall failed" + make DESTDIR="${D}" install || die "make install failed" fi dodoc AUTHORS README TODO NEWS TRANSLATORS ChangeLog \