* "Robin H. Johnson (robbat2)" <[email protected]>: > 1.1 app-arch/hardlink/hardlink-0.1.1.ebuild > > file : > http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/hardlink/hardlink-0.1.1.ebuild?rev=1.1&view=markup > plain: > http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/hardlink/hardlink-0.1.1.ebuild?rev=1.1&content-type=text/plain
> src_install() {
> emake DESTDIR="${D}" install
^ || die
> }
> 1.1 app-arch/duff/duff-0.4.ebuild
>
> file :
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/duff/duff-0.4.ebuild?rev=1.1&view=markup
> plain:
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/duff/duff-0.4.ebuild?rev=1.1&content-type=text/plain
> src_install() {
> emake DESTDIR="${D}" install
^ || die
> dodoc AUTHORS ChangeLog HACKING NEWS README* TODO
> }
An imprecise search (/make .*install$/) revealed another 200 packages:
http://dev.gentoo.org/~tove/files/makeinstallwithoutdie.txt
Let it die before replacing a working package with a broken one.
Thanks
