Removed the savefile dir.

This commit is contained in:
bas smit 2012-06-23 11:32:00 +02:00
parent ccf74a1197
commit 26f2c22e05
2 changed files with 1 additions and 0 deletions

View file

View file

@ -18,6 +18,7 @@ make_prelude_dirs () {
printf " Making the required directories.\n$RESET"
mkdir $PRELUDE_INSTALL_DIR/vendor $PRELUDE_INSTALL_DIR/personal > /dev/null 2>&1
mkdir $PRELUDE_INSTALL_DIR/themes $PRELUDE_INSTALL_DIR/snippets > /dev/null 2>&1
mkdir $PRELUDE_INSTALL_DIR/savefile > /dev/null 2>&1
if ! [ $? -eq 0 ]
then
printf "$RED failed to create directories.\n$RESET"