Replace mkdir with makeDir for storage directory

This commit is contained in:
Kroese 2025-10-21 18:58:12 +02:00 committed by GitHub
parent 211601d12b
commit ba7fb05342
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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