13 Oct
2007
13 Oct
'07
7:01 p.m.
On Sat, Oct 13, 2007 at 06:40:11PM +0200, Justus Winter wrote:
On Fri, 12 Oct 2007 17:41:41 -0400, dillo-dev-bounces@dillo.org wrote:
Please let me know if this time the directions work! :-P
I would suggest the following changes:
- find dw2-cur -name CVS -exec rm \{\} \; - find dillo2-cur -name CVS -exec rm \{\} \; + find dw2-cur dillo2-cur -name CVS | xargs rm -R - cd dw2-cur; ./autogen.sh; ./configure; make + cd dw2-cur; ./autogen.sh && ./configure && make cd .. - cd dillo2-cur; ./autogen.sh; ./configure; make + cd dillo2-cur; ./autogen.sh && ./configure && make
Done. -- Cheers Jorge.-