Browse Source

fixes cvs download, signed-off by Bruno Randolf

SVN-Revision: 12401
John Crispin 17 years ago
parent
commit
c1bc95ec34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/download.mk

+ 1 - 1
include/download.mk

@@ -51,7 +51,7 @@ define DownloadMethod/cvs
                 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)) && \