jiri-profile-v23: Bugfix for release tarball installation for Go.

s.Rename falls back to "mv" when the source and destination are on
different mountpoints.
  mv dir1 dir2
will move dir1/* to dir2 if it doesn't exist but dir2/dir1 if it does.
We want the former behavior, so create only up-till the parent
directory of the destination.

Change-Id: Ie2067b300fa0a51e0f253ae4e8621594ee82419c
1 file changed
tree: e7147929a94a0c53338a561f91194f9ffce6eb6f
  1. bendroid/
  2. dashboard/
  3. data/
  4. godepcop/
  5. gologcop/
  6. internal/
  7. jiri-api/
  8. jiri-copyright/
  9. jiri-dockergo/
  10. jiri-go/
  11. jiri-goext/
  12. jiri-oncall/
  13. jiri-profile-v23/
  14. jiri-run/
  15. jiri-swift/
  16. jiri-test/
  17. jiri-v23-profile/
  18. jiridoc/
  19. madb/
  20. mailer/
  21. oncall/
  22. postsubmit/
  23. presubmit/
  24. tracify/
  25. vbinary/
  26. vcloud/
  27. vjenkins/
  28. vkiosk/
  29. vmon/
  30. .gitignore
  31. .godepcop
  32. .jiriignore
  33. AUTHORS
  34. CONTRIBUTING.md
  35. CONTRIBUTORS
  36. LICENSE
  37. PATENTS
  38. README.md
  39. VERSION
README.md

This repository contains developer tools used to install and contribute to Vanadium.

For more information, see the installation and contributing instructions.

This repository is fetched and the tools are built as part of the Vanadium installation process for contributors.