Browse Source

vagrantfile fixes (fwd port to master)

Thomas Waldmann 7 years ago
parent
commit
7e59a6c229
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Vagrantfile

+ 1 - 0
Vagrantfile

@@ -151,6 +151,7 @@ def fs_init(user)
   return <<-EOF
     # clean up (wrong/outdated) stuff we likely got via rsync:
     rm -rf /vagrant/borg/borg/.tox 2> /dev/null
+    rm -rf /vagrant/borg/borg/borgbackup.egg-info 2> /dev/null
     rm -rf /vagrant/borg/borg/__pycache__ 2> /dev/null
     find /vagrant/borg/borg/src -name '__pycache__' -exec rm -rf {} \\; 2> /dev/null
     chown -R #{user} /vagrant/borg