From 2311fc9850b95a9778c7504837aae12c53080a91 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 24 Aug 2008 13:40:21 +0000 Subject: replace the deprecated git-* command calls with git * SVN-Revision: 12379 --- include/download.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/download.mk') diff --git a/include/download.mk b/include/download.mk index f064ee9e8c..b185f1ac36 100644 --- a/include/download.mk +++ b/include/download.mk @@ -82,8 +82,8 @@ define DownloadMethod/git cd $(TMP_DIR)/dl && \ rm -rf $(SUBDIR) && \ [ \! -d $(SUBDIR) ] && \ - git-clone $(URL) $(SUBDIR) && \ - (cd $(SUBDIR) && git-checkout $(VERSION)) && \ + git clone $(URL) $(SUBDIR) && \ + (cd $(SUBDIR) && git checkout $(VERSION)) && \ echo "Packing checkout..." && \ rm -rf $(SUBDIR)/.git && \ $(call dl_pack,$(TMP_DIR)/dl/$(FILE),$(SUBDIR)) && \ -- cgit v1.2.3