Thanks! Fixed :)
On Mon, 31 May 2010 19:26:55 +0200 Jan Lieven <[email protected]> wrote: > Hi, > with the latest hg pull the binr/Makefile is broken. > I fixed it and generated a patch with hg diff -r 700 binr/Makefile: > > diff -r bcbda1bf396a binr/Makefile > --- a/binr/Makefile Sun May 30 13:00:21 2010 +0200 > +++ b/binr/Makefile Mon May 31 19:18:59 2010 +0200 > @@ -8,6 +8,7 @@ > @for a in ${BINS} ; do (cd $$a && ${MAKE} all); done > > install: > + mkdir -p ${DESTDIR}/${PREFIX}/bin > for a in ${BINS} ; do ${INSTALL_PROGRAM} $$a/$$a > ${DESTDIR}/${PREFIX}/bin ; done # shortcut > -cd ${PFX}/bin && rm -f r2 ; ln -fs radare2 r2 _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
