X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02-2.git/blobdiff_plain/b96b7e0410b273b9ef5f459b254c6c8b2ce85002..8c9d06156f0e0d66163a16acc2f6c5d42812b5f0:/install.sh diff --git a/install.sh b/install.sh index b7ed9cc..1fec5c8 100755 --- a/install.sh +++ b/install.sh @@ -126,6 +126,8 @@ eval $CONFIG_VARS RESOURCES_DIR=$RESOURCES_TOP_DIR/$LIBRARY_NAME UNINSTALLER=$RESOURCES_DIR/uninstall.sh +mkdir -p $RESOURCES_DIR + cat << EOF > $UNINSTALLER printf "It's recommended you run these steps manually.\n" printf "If you want to run the full script, open it in\n" @@ -181,7 +183,6 @@ done if [ -d "examples" ]; then if confirm "Would you like to copy examples to $RESOURCES_DIR?"; then inform "Copying examples to $RESOURCES_DIR" - mkdir -p $RESOURCES_DIR cp -r examples/ $RESOURCES_DIR echo "rm -r $RESOURCES_DIR" >> $UNINSTALLER fi