diff --git a/src/install.sh b/src/install.sh index 581d38b..3da4430 100644 --- a/src/install.sh +++ b/src/install.sh @@ -155,7 +155,7 @@ install() { esac rm -f "$dest" - mkdir -p "$STORAGE" + makeDir "$STORAGE" find "$STORAGE" -maxdepth 1 -type f \( -iname '*.rom' -or -iname '*.vars' \) -delete find "$STORAGE" -maxdepth 1 -type f \( -iname 'data.*' -or -iname 'macos.*' \) -delete