Humm... wasn't this fixed already in a recent patch email ?
thanks anyway...

KKRT

On Sun, Sep 24, 2006 at 04:27:25PM +0100, Rafael Rodríguez wrote:
> attached :)

> Index: Makefile.in
> ===================================================================
> --- Makefile.in       (revisi?n: 7294)
> +++ Makefile.in       (copia de trabajo)
> @@ -148,7 +148,7 @@
>       @for p in $?; do \
>                       cp -Rf --parents $(srcdir)/$$p $(dstdir)/$(PACKAGE); \
>               done
> -     find $(dstdir)/$(PACKAGE) -name CVS -print | xargs rm -Rf
> +     find $(dstdir)/$(PACKAGE) -name '.svn' -print | xargs rm -Rf
>       @for p in $(FILES_TO_EXCLUDE); do \
>                       rm -Rf $(dstdir)/$(PACKAGE)/$$p; \
>               done

> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Amsn-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/amsn-devel


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Amsn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to