1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

fixes cvs download, signed-off by Bruno Randolf

SVN-Revision: 12401
This commit is contained in:
John Crispin 2008-08-27 15:24:25 +00:00
parent ab8c8b019f
commit c1bc95ec34

@ -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)) && \