Browse Source

UFS: fix which ufs we use.

It's time to move to the one in Harvey-OS.

This is tested and working for supporting harvey guests.

I have a feeling I have the commands not quite right, but OTOH
they work.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Ronald G. Minnich 7 years ago
parent
commit
fed66b37c5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      bootstrap.sh

+ 2 - 1
bootstrap.sh

@@ -4,7 +4,8 @@ git submodule init
 git submodule update
 echo Building the build tool...
 GOBIN="$(pwd)/util" GOPATH="$(pwd)/util/third_party:$(pwd)/util" go get -d harvey/cmd/... # should really vendor these bits
-GOBIN="$(pwd)/util" GOPATH="$(pwd)/util/third_party:$(pwd)/util" go install github.com/rminnich/ninep/srv/examples/ufs harvey/cmd/...
+GOBIN="$(pwd)/util" GOPATH="$(pwd)/util/third_party:$(pwd)/util" go get github.com/Harvey-OS/ninep/cmd/ufs harvey/cmd/...
+GOBIN="$(pwd)/util" GOPATH="$(pwd)/util/third_party:$(pwd)/util" go install github.com/Harvey-OS/ninep/cmd/ufs harvey/cmd/...
 
 echo Downloading the blaze tool...
 curl -L http://sevki.co/get-build -o util/blaze