Don't create already existed directories
This directories (`personal`, `vendor`, `themes`) already exist in the repository and thus don't need to be created during installation process.
This commit is contained in:
parent
9cb8824bcf
commit
fd75032b24
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@ install_prelude () {
|
|||
|
||||
make_prelude_dirs () {
|
||||
printf " Making the required directories.\n$RESET"
|
||||
mkdir -p "$PRELUDE_INSTALL_DIR/vendor" "$PRELUDE_INSTALL_DIR/personal"
|
||||
mkdir -p "$PRELUDE_INSTALL_DIR/themes"
|
||||
mkdir -p "$PRELUDE_INSTALL_DIR/savefile"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue