mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
Replace mkdir with makeDir for storage directory
This commit is contained in:
parent
211601d12b
commit
ba7fb05342
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue