From 3b3da03987138f7c60d9ee4ba44920ded8d218bc Mon Sep 17 00:00:00 2001 From: John Grub Date: Sat, 14 Jun 2014 18:33:44 -0700 Subject: [PATCH 1/2] fetch overlays too --- libretro-fetch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 76776975..92c4055e 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -74,6 +74,7 @@ fi fetch_project "$REPO_BASE/libretro/RetroArch.git" "retroarch" "libretro/RetroArch" +fetch_project "$REPO_BASE/libretro/common-overlays.git" "overlays" "libretro/common-overlays" fetch_project_bsnes "git://gitorious.org/bsnes/bsnes.git --branch libretro" "libretro-bsnes" "libretro/bSNES" fetch_project "$REPO_BASE/libretro/snes9x.git" "libretro-s9x" "libretro/SNES9x" fetch_project "$REPO_BASE/libretro/snes9x-next.git" "libretro-s9x-next" "libretro/SNES9x-Next" From 0a2b4945580152c75a6d390a5fceb01f0615cb55 Mon Sep 17 00:00:00 2001 From: John Grub Date: Sat, 14 Jun 2014 18:37:09 -0700 Subject: [PATCH 2/2] following naming convention --- libretro-fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 92c4055e..28021ad6 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -74,7 +74,7 @@ fi fetch_project "$REPO_BASE/libretro/RetroArch.git" "retroarch" "libretro/RetroArch" -fetch_project "$REPO_BASE/libretro/common-overlays.git" "overlays" "libretro/common-overlays" +fetch_project "$REPO_BASE/libretro/common-overlays.git" "libretro-overlays" "libretro/common-overlays" fetch_project_bsnes "git://gitorious.org/bsnes/bsnes.git --branch libretro" "libretro-bsnes" "libretro/bSNES" fetch_project "$REPO_BASE/libretro/snes9x.git" "libretro-s9x" "libretro/SNES9x" fetch_project "$REPO_BASE/libretro/snes9x-next.git" "libretro-s9x-next" "libretro/SNES9x-Next"