|
|
@ -188,13 +188,13 @@ then |
|
|
# Overwrite existing? |
|
|
# Overwrite existing? |
|
|
if [ -n $PRELUDE_INTO ] |
|
|
if [ -n $PRELUDE_INTO ] |
|
|
then |
|
|
then |
|
|
# Install into existing config |
|
|
|
|
|
PRELUDE_INSTALL_DIR=$PRELUDE_INSTALL_DIR"/prelude" |
|
|
|
|
|
install_prelude |
|
|
|
|
|
else |
|
|
|
|
|
# Replace existing config |
|
|
# Replace existing config |
|
|
install_prelude |
|
|
install_prelude |
|
|
make_prelude_dirs |
|
|
make_prelude_dirs |
|
|
|
|
|
else |
|
|
|
|
|
# Install into existing config |
|
|
|
|
|
PRELUDE_INSTALL_DIR=$PRELUDE_INSTALL_DIR"/prelude" |
|
|
|
|
|
install_prelude |
|
|
fi |
|
|
fi |
|
|
elif [ -e $PRELUDE_INSTALL_DIR ] |
|
|
elif [ -e $PRELUDE_INSTALL_DIR ] |
|
|
then |
|
|
then |
|
|
|