applied, thanks

Quoting Bruno Randolf <[EMAIL PROTECTED]>:

> this patch fixes CVS download - otherwise i get the error:
>
> cvs checkout: No CVSROOT specified!  Please use the `-d' option
>
> Index: include/download.mk
> ===================================================================
> --- include/download.mk       (revision 629)
> +++ include/download.mk       (revision 630)
> @@ -51,7 +51,7 @@
>                  cd $(TMP_DIR)/dl && \
>                  rm -rf $(SUBDIR) && \
>                  [ \! -d $(SUBDIR) ] && \
> -                cvs co -r$(VERSION) $(URL) $(SUBDIR) && \
> +                cvs -d $(URL) co -r $(VERSION) $(SUBDIR) && \
>                  find $(SUBDIR) -name CVS | xargs rm -rf && \
>                  echo "Packing checkout..." && \
>                  $(call dl_pack,$(TMP_DIR)/dl/$(FILE),$(SUBDIR)) && \
> _______________________________________________
> openwrt-devel mailing list
> [email protected]
> http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
>



-- 
John Crispin
hacking, coding, etc
blogic on irc

    _______                     ________        __
   |       |.-----.-----.-----.|  |  |  |.----.|  |_
   |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
   |_______||   __|_____|__|__||________||__|  |____|
            |__| W I R E L E S S   F R E E D O M
   KAMIKAZE (bleeding edge) -----------------------
    * 10 oz Vodka       Shake well with ice and strain
    * 10 oz Triple sec  mixture into 10 shot glasses.
    * 10 oz lime juice  Salute!
   ---------------------------------------------------
_______________________________________________
openwrt-devel mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to