diff --git a/recipes/emulators/retroarch/recipe.toml b/recipes/emulators/retroarch/recipe.toml index 6240151fe..d2257e929 100644 --- a/recipes/emulators/retroarch/recipe.toml +++ b/recipes/emulators/retroarch/recipe.toml @@ -1,5 +1,8 @@ [source] git = "https://github.com/jackpot51/retroarch.git" +script = """ +./fetch-submodules.sh +""" [build] template = "custom" @@ -12,10 +15,6 @@ dependencies = [ "zlib", ] script = """ -pushd "${COOKBOOK_SOURCE}" -./fetch-submodules.sh -popd - rsync -av --delete "${COOKBOOK_SOURCE}/" ./ # For now, we will statically link with the snes9x libretro