Browse Source

docs(INSTALL): Add ToxExt dirs to bootstrap.sh remove dirs function

reviewable/pr6380/r1
Anthony Bilinski 4 years ago
parent
commit
9d53e71dea
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 2
      bootstrap.sh

2
bootstrap.sh

@ -104,6 +104,8 @@ print_debug_output() { @@ -104,6 +104,8 @@ print_debug_output() {
# remove not needed dirs
remove_build_dirs() {
rm -rf "${BASE_DIR}/${TOXCORE_DIR}"
rm -rf "${BASE_DIR}/${TOXEXT_DIR}"
rm -rf "${BASE_DIR}/${TOX_EXT_MESSAGES_DIR}"
rm -rf "${BASE_DIR}/${SQLCIPHER_DIR}"
}

Loading…
Cancel
Save