diff --git a/build.bash b/build.bash index d2224eb..9d2290f 100755 --- a/build.bash +++ b/build.bash @@ -18,3 +18,6 @@ else fi ./gocryptfs -version + +mkdir -p $GOPATH/bin +cp -af gocryptfs $GOPATH/bin