From cc13296ff4eb8660548f419658c84f7e6a3f7a86 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 28 Nov 2014 02:46:57 +0100 Subject: [PATCH] Change fetch_project_submodule for crawl-ref to fetch_project --- libretro-fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index a0ed0e51..613ff198 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -153,5 +153,5 @@ fetch_project "$REPO_BASE/libretro/prosystem-libretro.git" "libretro-prosystem" fetch_project "$REPO_BASE/libretro/libretro-o2em.git" "libretro-o2em" "libretro/o2em" fetch_project "$REPO_BASE/libretro/4do-libretro.git" "libretro-4do" "libretro/4do" fetch_project "$REPO_BASE/libretro/CATSFC-libretro.git" "libretro-catsfc" "libretro/CATSFC" -fetch_project_submodule "$REPO_BASE/libretro/crawl-ref.git" "libretro-stonesoup" "libretro/DungeonCrawler StoneSoup" +fetch_project "$REPO_BASE/libretro/crawl-ref.git" "libretro-stonesoup" "libretro/DungeonCrawler StoneSoup" fetch_project "$REPO_BASE/libretro/hatari.git" "libretro-hatari" "libretro/hatari"