Index: ghostscript-gnu-8.16.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.16.ebuild,v --- ghostscript-gnu-8.16.ebuild 4 Aug 2005 20:09:28 -0000 1.3 +++ ghostscript-gnu-8.16.ebuild 18 Aug 2005 13:09:28 -0000 @@ -85,13 +85,13 @@ # build ijs cd ijs libtoolize --copy --force - econf --prefix=${D}/usr || die "econf failed" + econf || die "econf failed" make || die "make failed" cd .. } src_install() { - einstall install_prefix=${D} soinstall + einstall D=/ install_prefix=${D} soinstall rm -fr ${D}/usr/share/ghostscript/${PV}/doc || die dodoc doc/README @@ -111,5 +111,5 @@ # install ijs cd ${S}/ijs dodir /usr/bin /usr/include /usr/lib - einstall install_prefix=${D} + einstall D=/ install_prefix=${D} }