build.bash: copy binary to $GOPATH/bin

This commit is contained in:
Jakob Unterwurzacher 2016-01-09 15:31:34 +01:00
parent f01f599d74
commit f5fe140d5b
1 changed files with 3 additions and 0 deletions

View File

@ -18,3 +18,6 @@ else
fi
./gocryptfs -version
mkdir -p $GOPATH/bin
cp -af gocryptfs $GOPATH/bin