- Fix a bug in the regress tests that may result in the tests being built/run with the installed binaries rather than the new binaries. - Fix a bug related to 'go install' trying to rebuild non-writeable $GOROOT packages, when used with a $GOPATH (issue 4106). - Include the 'misc' part of the package, which contains editor configuration files, etc. ok jsg@, sthen@