From c0a958d6678768226c85b9be8b9999cc19d7d5cf Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Mon, 16 Feb 2015 19:51:31 -0800 Subject: [PATCH] rename iKarith-super dir to script-modules --- libretro-fetch.sh | 2 +- {iKarith-super => script-modules}/cpu.sh | 0 {iKarith-super => script-modules}/fetch-rules.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {iKarith-super => script-modules}/cpu.sh (100%) rename {iKarith-super => script-modules}/fetch-rules.sh (100%) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 3df94b73..5dc54785 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -15,7 +15,7 @@ else fi . $BASE_DIR/libretro-config.sh -. $BASE_DIR/iKarith-super/fetch-rules.sh # will rename this dir later +. $BASE_DIR/script-modules/fetch-rules.sh # Keep three copies so we don't have to rebuild stuff all the time. diff --git a/iKarith-super/cpu.sh b/script-modules/cpu.sh similarity index 100% rename from iKarith-super/cpu.sh rename to script-modules/cpu.sh diff --git a/iKarith-super/fetch-rules.sh b/script-modules/fetch-rules.sh similarity index 100% rename from iKarith-super/fetch-rules.sh rename to script-modules/fetch-rules.sh