On 21-09-2008 02:47:41 +0200, Thomas Sachau wrote: > updated version: > if [ -f Makefile -o -f GNUmakefile -o -f makefile ]; then > emake DESTDIR="${D}" install || einstall > if [[ $?>0 ]]; then
Please either use POSIX or bash, mixing them looks so ugly and pointless to me. Apart from that I don't think calling einstall when emake install fails makes sense. Ideally einstall should never be used IMO. -- Fabian Groffen Gentoo on a different level